mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
main.scss: make the light borders visible too
This commit is contained in:
parent
bff9d57176
commit
3df72f06a1
@ -36,6 +36,13 @@ pre {
|
|||||||
font-size: 0.8em !important;
|
font-size: 0.8em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Overrides for light themes
|
||||||
|
@media (prefers-color-scheme: light) {
|
||||||
|
*:not(a) {
|
||||||
|
border-color: #000000 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Overrides for dark themes
|
// Overrides for dark themes
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
*:not(a) {
|
*:not(a) {
|
||||||
|
Loading…
Reference in New Issue
Block a user