Add style.css
This commit is contained in:
parent
9a3ba58656
commit
2e63711fc0
1 changed files with 12 additions and 0 deletions
12
style.css
Normal file
12
style.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
#background_overlay, #settings {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
#background,
|
||||
#background-bis {
|
||||
display: none;
|
||||
}
|
||||
|
||||
p,h1,h2,h3,h4,h5,h6,b,strong,i,em {
|
||||
color: navy;
|
||||
}
|
Loading…
Reference in a new issue