diff options
Diffstat (limited to 'web/static/css')
-rw-r--r-- | web/static/css/base.ccss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/static/css/base.ccss b/web/static/css/base.ccss index 3097284..d8218bd 100644 --- a/web/static/css/base.ccss +++ b/web/static/css/base.ccss @@ -36,6 +36,13 @@ table: .clear: clear: both +.high: + color: #182 +.low: + color: #a60 +.null: + color: #a11 + #topbar: width: 900px margin: 50px auto 2px |