diff options
-rw-r--r-- | alabaster-lite/css/fkfd.css | 24 | ||||
-rw-r--r-- | docs/index.md | 6 |
2 files changed, 25 insertions, 5 deletions
diff --git a/alabaster-lite/css/fkfd.css b/alabaster-lite/css/fkfd.css index 294c4f6..e53df74 100644 --- a/alabaster-lite/css/fkfd.css +++ b/alabaster-lite/css/fkfd.css @@ -26,11 +26,11 @@ div.body { } a { - color: #004B6B; + color: #004b6b; } a:hover { - color: #206B8B; + color: #206b8b; } @media (prefers-color-scheme: dark) { @@ -43,6 +43,26 @@ a:hover { } } +a.headerlink { + color: #004b6b; + margin-left: 0.5em; +} + +a.headerlink:hover { + color: #206b8b; + background: none; +} + +@media (prefers-color-scheme: dark) { + a.headerlink { + color: #a5c5ff; + } + + a.headerlink:hover { + color: #cddfff; + } +} + div.sphinxsidebar h3, div.sphinxsidebar h3 a, div.sphinxsidebar h4, diff --git a/docs/index.md b/docs/index.md index 4d8faeb..5a9c442 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,10 +2,10 @@ title: Home --- -# fkfd.me +<h1 id="fkfdme">fkfd.me</h1> <header class="header-block-container"> - <a href="about.md"> + <a href="about/"> <div class="header-block"> <span class="header-icon" id="icon-about"></span> <span class="header-text">About</span> @@ -17,7 +17,7 @@ title: Home <span class="header-text">x</span> </div> </a> - <a href="links.md"> + <a href="links/"> <div class="header-block"> <span class="header-icon" id="icon-links"></span> <span class="header-text">Links</span> |