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