diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-26 14:03:46 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-01-26 14:03:46 +0100 |
| commit | ae1b6f841f109a5a2979afd0ad9cf06917c8b570 (patch) | |
| tree | ef3f7d3374f23dec8bbe199731bb5f9f08919d48 /_layouts | |
| parent | cebddfcb61f87dcaad7be31d3bb0bb48bd8d1afb (diff) | |
update colors
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/default.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index a86a808..09790ba 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -15,12 +15,12 @@ <script src="/script.js" defer></script> </head> <body> - <header class="invert plainlink"> + <header class="plainlink"> <div class="limitwidth"> <span class="title">{{ page.title | smartify }}</span> </div> </header> - <nav class="invert plainlink"> + <nav class="plainlink"> <div class="limitwidth"> <a href="/" class="item {% if page.id == "index" %}active{% endif %}">home</a> <a href="/posts/by-date" class="item {% if page.id == "posts" %}active{% endif %}">posts</a> @@ -37,7 +37,7 @@ {{ content }} </article> {% if page.post %} - <footer id="footer" class="invert plainlink"> + <footer id="footer" class="plainlink"> <div class="limitwidth"> <div class="autocolumn"> <div class="column"> |