|
|
@ -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 {
|
|
|
|