add common class for button links

This commit is contained in:
2026-07-28 20:06:22 +02:00
committed by jakob.scheid
parent 0cd7f7e5a7
commit ae84fd742c
+12
View File
@@ -30,6 +30,18 @@ body {
text-decoration: underline; text-decoration: underline;
} }
.button-link {
color: var(--dark);
}
.button-link:hover {
color: var(--dark);
}
.button-link:visited {
color: var(--dark);
}
input { input {
color: var(--dark); color: var(--dark);
} }