Introduce main menu separators

This commit is contained in:
Johannes Zellner
2025-07-02 20:53:42 +02:00
parent d86045c64e
commit 051563522a
2 changed files with 12 additions and 4 deletions
+7 -1
View File
@@ -70,7 +70,13 @@ fieldset {
hr {
border: 0;
border-top: 1px solid rgb(238.425,238.425,238.425);
border-top: 1px solid #d8dee4;
}
@media (prefers-color-scheme: dark) {
hr {
border-top-color: #495057;
}
}
.content {