mirror of https://github.com/tildeclub/site.git
add styling and use section symbol instead
This commit is contained in:
parent
25e3ed3757
commit
c074e179aa
|
@ -53,6 +53,10 @@ h1 {
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sourceCode {
|
||||||
|
color:#06287e;
|
||||||
|
}
|
||||||
|
|
||||||
/* Style the navbar */
|
/* Style the navbar */
|
||||||
#navbar {
|
#navbar {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
function Header(elem)
|
function Header(elem)
|
||||||
table.insert(elem.content, pandoc.Space())
|
table.insert(elem.content, pandoc.Space())
|
||||||
table.insert(elem.content, pandoc.Link("🔗", "#" .. elem.identifier))
|
table.insert(elem.content, pandoc.Link("§", "#" .. elem.identifier))
|
||||||
return elem
|
return elem
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue