Merged in fix/set-default-text-color-body (pull request #2211)

fix: set default text color on body

Approved-by: Erik Tiekstra
This commit is contained in:
Christian Andolf
2025-05-27 07:36:49 +00:00

View File

@@ -59,6 +59,7 @@ body {
overflow-x: hidden;
display: flex;
flex-direction: column;
color: var(--Text-Default);
}
body.overflow-hidden {
@@ -88,19 +89,6 @@ ul {
margin-block-end: 0;
}
/* From Tailwind */
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
@media screen and (min-width: 768px) {
:root {
--max-width-single-spacing: var(--Layout-Tablet-Margin-Margin-min);