Change color
This commit is contained in:
parent
03162cfd28
commit
68771641c7
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue