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>
|
||||
<style>
|
||||
body {
|
||||
background-color: #000000;
|
||||
font-family: Inconsolata, Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
|
||||
color: #fff;
|
||||
background-color: black;
|
||||
font-family: Inconsolata, monospace;
|
||||
color: white;
|
||||
font-size: 3em;
|
||||
text-shadow: 0 0 20px #04ff3a;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue