Fix css background for html/body element

merge/2021-11-19
Nimetu 3 years ago committed by kaetemi
parent 1c035401c6
commit 959f7cfbe8
No known key found for this signature in database
GPG Key ID: 9873C4D40BB479BC

@ -1,5 +1,4 @@
html { html {
background-color: rgba(0, 0, 0, 1.0);
color: rgba(210, 210, 210, 1.0); color: rgba(210, 210, 210, 1.0);
font-size: 12px; font-size: 12px;
font-style: normal; font-style: normal;
@ -7,6 +6,10 @@ html {
text-shadow: none; text-shadow: none;
} }
body {
background-color: rgba(0, 0, 0, 1.0);
}
address, article, aside, blockquote, details, dialog, dd, div, dl, dt, address, article, aside, blockquote, details, dialog, dd, div, dl, dt,
fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
header, hgroup, hr, li, main, nav, ol, p, pre, section, table, ul { header, hgroup, hr, li, main, nav, ol, p, pre, section, table, ul {

Loading…
Cancel
Save