diff options
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
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$ |
