summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-26 23:37:48 +0100
committerVolpeon <git@volpeon.ink>2020-12-26 23:37:48 +0100
commitafaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502 (patch)
tree17c7e522f3d0c3fef647cf0a6daae03debbd8394 /templates/base.html
parentImproved SCSS structure, keep less glyphs in fonts (diff)
downloadvolpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.tar.gz
volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.tar.bz2
volpeon.ink-afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502.zip
Improved CSS variable names, improved script variable names, added initial support for finding child pages
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index cecb657..9bc4de9 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -21,8 +21,8 @@
21 <style> 21 <style>
22 .c-nav__item--$id$ { 22 .c-nav__item--$id$ {
23 font-weight: bold; 23 font-weight: bold;
24 color: var(--nav-item-active-fg); 24 color: var(--nav--item--active--fg);
25 border-bottom-color: var(--nav-item-active-fg); 25 border-color: var(--nav--item--active--fg);
26 } 26 }
27 </style> 27 </style>
28 $endif$ 28 $endif$