add hr global styling, page padding on desktop

This commit is contained in:
plebeius.eth
2024-03-22 13:03:04 +01:00
parent 4c9f7202b8
commit eace4f02b9
6 changed files with 13 additions and 9 deletions
+6
View File
@@ -43,4 +43,10 @@ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fiel
color: var(--button-desktop-text-color-hover);
cursor: pointer;
}
hr {
border: var(--hr-border, revert);
border-top: var(--hr-border-top, revert);
height: var(--hr-height, revert);
}
}