WIP: start page with header
This commit is contained in:
parent
9d834470a6
commit
06b0b4d643
18 changed files with 1683 additions and 9 deletions
18
static/css/dark.css
Normal file
18
static/css/dark.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
html {
|
||||
background-color: #383838 !important;
|
||||
}
|
||||
html {
|
||||
filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
|
||||
-webkit-filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(85%);
|
||||
}
|
||||
body {
|
||||
background-color: #FFF !important;
|
||||
}
|
||||
img,
|
||||
video,
|
||||
body * [style*="background-image"] {
|
||||
filter: hue-rotate(180deg) contrast(100%) invert(100%);
|
||||
-webkit-filter: hue-rotate(180deg) contrast(100%) invert(100%);
|
||||
}
|
||||
|
||||
/* https://css-tricks.com/a-complete-guide-to-dark-mode-on-the-web/ */
|
Loading…
Add table
Add a link
Reference in a new issue