Update base.scss

This commit is contained in:
NOCanoa 2024-09-06 21:25:10 +01:00
parent 1d5fe54934
commit d91b30a1c5

View file

@ -21,6 +21,12 @@ section {
color: var(--darkgray); color: var(--darkgray);
} }
@media (max-width: 1000px) {
body {
background-image: none;
}
}
.text-highlight { .text-highlight {
background-color: var(--textHighlight); background-color: var(--textHighlight);
padding: 0 0.1rem; padding: 0 0.1rem;