Files
pfostendynamics.com/css/darkmode.css
T

13 lines
202 B
CSS
Raw Normal View History

2020-11-11 19:48:17 +01:00
#darkModeImg {
height: 32px;
width: 32px
}
body.darkMode {
background-color: rgb(63, 63, 63);
color: white;
}
2020-11-14 20:16:20 +01:00
.text-shadow.darkMode {
text-shadow: 1.3px 1.3px #818181 !important;
}