main.scss: make the light borders visible too

This commit is contained in:
Aminda Suomalainen 2024-05-29 11:33:31 +03:00
parent bff9d57176
commit 3df72f06a1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -36,6 +36,13 @@ pre {
font-size: 0.8em !important;
}
// Overrides for light themes
@media (prefers-color-scheme: light) {
*:not(a) {
border-color: #000000 !important;
}
}
// Overrides for dark themes
@media (prefers-color-scheme: dark) {
*:not(a) {