fixed colored links + fixed navagation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user