2020-11-11 19:48:17 +01:00
|
|
|
#darkModeImg {
|
|
|
|
|
height: 32px;
|
|
|
|
|
width: 32px
|
|
|
|
|
}
|
|
|
|
|
|
2020-11-30 16:59:35 +01:00
|
|
|
header.darkMode {
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.76) !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-11-11 19:48:17 +01:00
|
|
|
body.darkMode {
|
2020-11-24 20:07:12 +01:00
|
|
|
background-color: rgb(63, 63, 63) !important;
|
|
|
|
|
color: white !important;
|
2020-11-11 19:48:17 +01:00
|
|
|
}
|
2020-11-14 20:16:20 +01:00
|
|
|
|
|
|
|
|
.text-shadow.darkMode {
|
|
|
|
|
text-shadow: 1.3px 1.3px #818181 !important;
|
2020-11-29 03:58:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hr.darkMode {
|
|
|
|
|
border-color: rgb(144, 144, 144) !important;
|
2020-12-03 23:03:15 +01:00
|
|
|
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
|
2020-11-30 16:59:35 +01:00
|
|
|
}
|
|
|
|
|
|
2020-12-01 04:18:34 +01:00
|
|
|
.dropdown-item.darkMode {
|
|
|
|
|
background-color: rgb(56, 56, 56) !important;
|
|
|
|
|
color: white !important;
|
2020-12-03 23:03:15 +01:00
|
|
|
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
|
2020-12-01 04:18:34 +01:00
|
|
|
}
|
|
|
|
|
|
2020-12-01 11:55:33 +01:00
|
|
|
.dropdown-item.darkMode:hover {
|
|
|
|
|
background-color: rgb(97, 97, 97) !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-01 04:18:34 +01:00
|
|
|
.dropdown-menu.darkMode {
|
|
|
|
|
background-color: rgb(56, 56, 56) !important;
|
|
|
|
|
color: white !important;
|
|
|
|
|
border: 1px solid rgba(204, 204, 204, 0.418) !important;
|
2020-12-03 23:03:15 +01:00
|
|
|
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
|
2020-12-01 04:18:34 +01:00
|
|
|
}
|