Files
pfostendynamics.com/css/darkmode.css
T
2020-11-24 20:07:12 +01:00

13 lines
224 B
CSS

#darkModeImg {
height: 32px;
width: 32px
}
body.darkMode {
background-color: rgb(63, 63, 63) !important;
color: white !important;
}
.text-shadow.darkMode {
text-shadow: 1.3px 1.3px #818181 !important;
}