diff options
Diffstat (limited to 'layout')
| -rw-r--r-- | layout/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css index a828a8d..3d5c94b 100644 --- a/layout/style.css +++ b/layout/style.css | |||
| @@ -138,3 +138,14 @@ legend { | |||
| 138 | font-size: 1.4em; | 138 | font-size: 1.4em; |
| 139 | font-weight: normal; | 139 | font-weight: normal; |
| 140 | } | 140 | } |
| 141 | |||
| 142 | .warn { | ||
| 143 | color: darkorange; | ||
| 144 | font-weight: normal; | ||
| 145 | text-shadow: 0 0 1px darkorange; | ||
| 146 | } | ||
| 147 | .crit { | ||
| 148 | color: red; | ||
| 149 | font-weight: normal; | ||
| 150 | text-shadow: 0 0 1px red; | ||
| 151 | } | ||
