This commit is contained in:
Dusk 2022-01-27 16:55:58 +01:00
parent 3e9518393f
commit 0bce935ccf
2 changed files with 12 additions and 0 deletions

View File

@ -7,5 +7,6 @@ $header = <<<HEADER
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Els fitxers de Dusk">
<link rel="icon" type="image/png" href="static/favicon.png" sizes="32x32">
<link rel="stylesheet" type="text/css" href="static/style.css" />
</head>
HEADER;

11
static/style.css Normal file
View File

@ -0,0 +1,11 @@
body {
text-align: center;
background-color: black;
color: white;
}
a, a:visited {
color: orange;
}
a:hover, a:active {
color: pink;
}