mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Attempt changing body background color
This commit is contained in:
parent
c807d08d07
commit
17eaa701c8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Theme Styles
|
||||||
body {
|
body {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color:#373737;
|
color:#373737;
|
||||||
background: #000000;
|
background: #212121;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
Loading…
Add table
Reference in a new issue