Use theme variable for bottom border design

This commit is contained in:
JeLuF 2022-11-10 00:44:42 +01:00
parent 4913dc1aad
commit 93a2e91694

View File

@ -342,7 +342,7 @@ img {
text-decoration: none;
}
.float-child h1 {
border-bottom: solid 1px silver;
border-bottom: var(--button-border);
}
#help-links {
display: inline-block;