mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 06:14:26 +02:00
Dark theme dark images
This commit is contained in:
parent
0b76705576
commit
f3c6e8aa4c
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ pre{ overflow-x: auto; background: var(--ansi00-soft); padding: 1em; border-rad
|
||||||
}
|
}
|
||||||
.about ul{list-style:none;}
|
.about ul{list-style:none;}
|
||||||
.about img{height:10em; float:left;}
|
.about img{height:10em; float:left;}
|
||||||
|
@media (prefers-color-scheme:dark){
|
||||||
|
.about img{filter:invert(.92)}
|
||||||
|
}
|
||||||
header{text-transform: capitalize; text-align:center;border-bottom:2pt solid; font-weight:bold;}
|
header{text-transform: capitalize; text-align:center;border-bottom:2pt solid; font-weight:bold;}
|
||||||
.page-head{text-transform: capitalize; text-align:center;border-bottom:2pt solid; font-weight:bold;}
|
.page-head{text-transform: capitalize; text-align:center;border-bottom:2pt solid; font-weight:bold;}
|
||||||
@media (min-width: 1200px){
|
@media (min-width: 1200px){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue