This website requires JavaScript.
Explore
Help
Register
Sign In
wanhose
/
cookie-dialog-monster
Watch
2
Star
5
Fork
0
You've already forked cookie-dialog-monster
Code
Issues
304
Pull Requests
Releases
18
Wiki
Activity
e95987f6a9
cookie-dialog-monster
/
styles
/
content.css
10 lines
108 B
CSS
Raw
Normal View
History
Unescape
Escape
feat: use browser theme by default for loading background
2021-06-23 15:30:28 +00:00
body
{
opacity
:
0
;
}
@
media
(
prefers-color-scheme
:
dark
)
{
html
{
background-color
:
#
424242
;
}
feat(styles): add default content styles
2021-06-22 22:00:57 +00:00
}
Reference in New Issue
Copy Permalink