simplify CSS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-04-18 04:35:16 +02:00
parent 06b7753db4
commit 068bde0158

View file

@ -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;
} }