UI: fix link colors inside markdown-notices

This commit is contained in:
2025-10-11 21:56:40 +02:00
parent c82b53b147
commit 6961052372

View File

@@ -9,7 +9,8 @@
--card-shadow-color: #00000033; --card-shadow-color: #00000033;
} }
.btn, button { .btn,
button {
border: none; border: none;
} }
@@ -27,7 +28,8 @@
--card-shadow-color: #1f2223; --card-shadow-color: #1f2223;
} }
.btn, button { .btn,
button {
border: 0.001rem solid var(--txt-color); border: 0.001rem solid var(--txt-color);
} }
} }
@@ -72,6 +74,18 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
.notices a {
color: inherit;
text-decoration: underline;
font-weight: inherit;
}
.notices a:hover,
.notices a:focus {
color: inherit;
text-decoration: underline;
}
.bx { .bx {
vertical-align: middle; vertical-align: middle;
} }
@@ -118,6 +132,7 @@ a:hover {
.btn:hover { .btn:hover {
text-decoration: none; text-decoration: none;
} }
.btn { .btn {
font-weight: 700; font-weight: 700;
transition: all 0.25s; transition: all 0.25s;
@@ -175,7 +190,8 @@ a:hover {
background-color: #0986c9; background-color: #0986c9;
} }
form input, form button { form input,
form button {
font-family: "Atkinson Hyperlegible", sans-serif !important; font-family: "Atkinson Hyperlegible", sans-serif !important;
font-size: 1.5rem; font-size: 1.5rem;
min-height: 3rem; min-height: 3rem;
@@ -249,7 +265,8 @@ form .annotation {
text-decoration: none; text-decoration: none;
} }
.card-link:hover .post-title, .card-link:hover .post-details { .card-link:hover .post-title,
.card-link:hover .post-details {
transition: color 0.3s ease; transition: color 0.3s ease;
color: var(--hover-color); color: var(--hover-color);
} }
@@ -482,7 +499,8 @@ nav .nav-btn {
max-width: 55%; max-width: 55%;
} }
form input, form button { form input,
form button {
font-size: 1rem; font-size: 1rem;
} }