summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2023-11-10 18:39:42 -0500
committerFrederick Yin <fkfd@fkfd.me>2023-11-10 18:39:42 -0500
commitad678d325bacc7e40da4ae15248570466917b50b (patch)
tree93863616f2cc101685749f5ba2afc001ae3028d0
parent93a16928dc5d8708d04969c56abc592d374ec0e9 (diff)
Fix some broken shit
-rw-r--r--alabaster-lite/css/fkfd.css24
-rw-r--r--docs/index.md6
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>