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
2f8ef099c3
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
{
fix(styles): display bug
2021-07-05 16:08:05 +00:00
opacity
:
0
;
feat: use browser theme by default for loading background
2021-06-23 15:30:28 +00:00
}
@
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