update styles
All checks were successful
ci/woodpecker/push/netlify Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-08-24 09:46:59 +02:00
parent 2656a8c558
commit b715251f8e
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056
2 changed files with 3 additions and 2 deletions

View file

@ -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()">

View file

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