diff options
Diffstat (limited to '')
-rw-r--r-- | layout/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css index 2e2003e..83664a4 100644 --- a/layout/style.css +++ b/layout/style.css | |||
@@ -81,3 +81,8 @@ hr { | |||
81 | .small { | 81 | .small { |
82 | font-size: 0.7em; | 82 | font-size: 0.7em; |
83 | } | 83 | } |
84 | |||
85 | .warn { | ||
86 | font-weight: bold; | ||
87 | color: #D50100; | ||
88 | } | ||