diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-03-28 15:49:26 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-03-28 15:49:26 +0200 |
commit | fcf3b4992d6bea1bd2f9191970acfb74e2bf963b (patch) | |
tree | c782a3c5157fda5cc9d37a2ea75d7da7152f249d /public/static/default.css | |
parent | 03a9b72853cc10a8909a7addf49ab9a6092ad303 (diff) |
a bit more subtle IC/ICE/EC colours
Diffstat (limited to 'public/static/default.css')
-rw-r--r-- | public/static/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/default.css b/public/static/default.css index a27962e..fc2a488 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -80,7 +80,7 @@ div.displayclean li .bahn { div.displayclean li .fern { font-weight:bold; color:#FFFFFF; - background-color:#993333; + background-color:#995555; padding:3px 5px 2px 5px; } |