Style tweaks

This commit is contained in:
Greg Shuflin 2023-10-23 21:00:33 -07:00
parent ffd3fa63f7
commit da19f26963
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>Spazer</title>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<h1>Spazer</h1>

9
src/style.css Normal file
View File

@ -0,0 +1,9 @@
body {
background: #060606;
color: white;
font-family: "Fira Sans";
font-size: 20pt;
}
a {
color: grey;
}