1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-31 03:59:58 +02:00

updated the hash resolver for disqus links

This commit is contained in:
Pomax
2018-06-20 08:41:02 -07:00
parent 0600c4b759
commit f4f9067793
9 changed files with 57 additions and 16 deletions

View File

@@ -15,7 +15,8 @@ navigation {
li {
&:nth-child(n+2)[data-number]:before {
content: "§" attr(data-number) ". "
content: "§" attr(data-number) ". ";
font-family: sans;
}
&:nth-child(n+2):not([data-number]) {
margin: 5px 0;