forked from Kieran/snort
1
0
Fork 0

Remove media queries

This commit is contained in:
James McGauran 2023-11-12 22:51:09 +00:00
parent 6db13c05c6
commit 815fc344f1
2 changed files with 0 additions and 4 deletions

View File

@ -23,8 +23,6 @@
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px;
}
@media (prefers-color-scheme: light) {
.light .spinner-button > span {
color: black;
}
}

View File

@ -10,8 +10,6 @@
padding: 8px 12px;
}
@media (prefers-color-scheme: light) {
.light .profile-card > div {
color: black;
}
}