fix fonts
All checks were successful
/ Build BaseBand Website (push) Successful in 13s

This commit is contained in:
Daniella / Tove 2024-10-14 16:59:33 +02:00
parent 2e5517875d
commit 18b07d1f1e
Signed by: TudbuT
GPG key ID: B3CF345217F202D3
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ def index.html "index.html" read-file destub<"Home"> =index.html
def features.html "features.html" read-file destub<"Features"> =features.html
func main { mega | with args ;
def server net:http:Server:new<"localhost" 13130> =server
def server net:http:Server:new<"::0" 13130> =server
"server is listening on 13130" println;

View file

@ -2,7 +2,6 @@ html {
margin: 0;
background-color: #502060;
color: #00cccc;
font-family: Monocraft monospace;
}
body {
margin: auto;
@ -11,6 +10,7 @@ body {
margin-top: min(10em, 30vh);
margin-bottom: min(10em, 30vh);
padding: 0;
font-family: Monocraft, monospace, sans-serif;
}
a {
color: #00ffff;