This commit is contained in:
parent
06b7753db4
commit
068bde0158
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
||||||
<title>quake3-server-status</title>
|
<title>quake3-server-status</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #000000;
|
background-color: black;
|
||||||
font-family: Inconsolata, Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
|
font-family: Inconsolata, monospace;
|
||||||
color: #fff;
|
color: white;
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
text-shadow: 0 0 20px #04ff3a;
|
text-shadow: 0 0 20px #04ff3a;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue