diff options
Diffstat (limited to 'static/css/layout.css')
-rw-r--r-- | static/css/layout.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/layout.css b/static/css/layout.css index ff73100..9a4d6a5 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -251,7 +251,7 @@ pre.center > a { div#container, nav#menu, body { background-color: var(--night-background); } - p, pre, ul, li, a, a:hover, h1, h2, footer { + p, pre, ul, li, a, a:hover, h1, h2, footer, nav { color: var(--txt-night); } .highlight { |