Change color

This commit is contained in:
Ruben 2016-09-19 10:29:18 +01:00
parent 03162cfd28
commit 68771641c7
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ EOSNIPPET;
</head>
<style type="text/css">
body{
background:#999;
background:blue;
font-family:"Unifont";
font-weight:bold;
font-size:1vw;
@ -223,7 +223,7 @@ color:green;
}
.currentHit p {
margin: 0 -0.5em 1% -0.5em;
border-bottom: solid 1em #999;
border-bottom: solid 1em blue;
padding: 0.5em;
text-align: center;
}