1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Fixed media query

This commit is contained in:
Eldad Fux 2020-02-10 23:27:29 +02:00
parent 9fc9cac638
commit d05b786f90
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -28,7 +28,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
.func-end(10px);
opacity: 0.95;
@media screen {
@media @dark {
background: var(--config-color-focus)!important;
color: var(--config-color-background)!important;
}