Style tweaks
This commit is contained in:
parent
ffd3fa63f7
commit
da19f26963
@ -3,6 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Spazer</title>
|
<title>Spazer</title>
|
||||||
|
<link href="style.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Spazer</h1>
|
<h1>Spazer</h1>
|
||||||
|
9
src/style.css
Normal file
9
src/style.css
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
body {
|
||||||
|
background: #060606;
|
||||||
|
color: white;
|
||||||
|
font-family: "Fira Sans";
|
||||||
|
font-size: 20pt;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
color: grey;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user