diff options
Diffstat (limited to 'web/ioq3.css')
-rw-r--r-- | web/ioq3.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/ioq3.css b/web/ioq3.css index 7f67154..00a2a00 100644 --- a/web/ioq3.css +++ b/web/ioq3.css @@ -41,8 +41,8 @@ body, html { margin-top: 0; padding-left: 0; padding-bottom: .2em; - border-left: 1px dashed #222; - border-bottom: 1px dashed #222; + border-left: 1px solid #222; + border-bottom: 1px solid #222; } #navigation li { @@ -117,6 +117,8 @@ td { .shell { font-family: "smoothansi", "Bitstream Vera Sans Mono", "Terminal", monospace; + color: black; + background-color: #8f8f8f; } .angryzakk { |