fix: set default text color on body

This commit is contained in:
Christian Andolf
2025-05-23 16:36:59 +02:00
parent a849c48edd
commit 88687c512f

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);