fixed colored links + fixed navagation

This commit is contained in:
h202-wq
2026-08-19 08:42:39 -04:00
parent 5f526a9007
commit 04aa4acc49
+25
View File
@@ -28,6 +28,10 @@ body {
-webkit-font-smoothing: antialiased;
}
a {
color: inherit;
}
.candle-canvas {
position: fixed;
inset: 0;
@@ -243,6 +247,18 @@ body {
font-size: 0.9rem;
}
.verse-ref a {
color: var(--accent);
text-decoration: none;
transition: color 0.3s;
}
.verse-ref a:hover {
color: var(--accent-soft);
text-decoration: underline;
text-underline-offset: 4px;
}
@keyframes rise {
from {
opacity: 0;
@@ -748,6 +764,15 @@ body {
display: flex;
}
.home-nav {
position: static;
width: 100%;
display: flex;
justify-content: center;
gap: 2rem;
margin-bottom: 1.4rem;
}
.sidebar {
position: fixed;
top: 0;