This commit is contained in:
parent
2656a8c558
commit
b715251f8e
2 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@
|
|||
<link rel='stylesheet' type='text/css' media='screen' href='/static/style.css'>
|
||||
<link rel="preload" href="/static/open-sans-v35-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
|
||||
<script src='/static/main.js' defer></script>
|
||||
<meta http-equiv="refresh" content="30"/>
|
||||
</head>
|
||||
|
||||
<body onload="javascript:populatePage()">
|
||||
|
|
|
@ -15,7 +15,7 @@ body {
|
|||
font-size: 1.4em;
|
||||
line-height: 1.4;
|
||||
max-width: 40em;
|
||||
background: #35155D;
|
||||
background: #323232;
|
||||
color: whitesmoke;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
}
|
||||
|
@ -32,7 +32,7 @@ h1,
|
|||
h2,
|
||||
h3 {
|
||||
margin-left: 15px;
|
||||
color: #8CABFF;
|
||||
color: #94b4da;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
|
Loading…
Reference in a new issue