mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2024-11-28 21:13:51 +01:00
Dark theme dark images
This commit is contained in:
parent
0b76705576
commit
f3c6e8aa4c
|
@ -54,6 +54,9 @@ pre{ overflow-x: auto; background: var(--ansi00-soft); padding: 1em; border-rad
|
|||
}
|
||||
.about ul{list-style:none;}
|
||||
.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;}
|
||||
.page-head{text-transform: capitalize; text-align:center;border-bottom:2pt solid; font-weight:bold;}
|
||||
@media (min-width: 1200px){
|
||||
|
|
Loading…
Reference in a new issue