summaryrefslogtreecommitdiffstats
path: root/web/html/css/fonts.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/css/fonts.css')
-rw-r--r--web/html/css/fonts.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css
index dc65070e..baa75609 100644
--- a/web/html/css/fonts.css
+++ b/web/html/css/fonts.css
@@ -99,5 +99,9 @@ a:hover {
h1, h2, h3, h4 {
font-size: 16pt;
}
-span.important { color: #f00; }
+
+.important {
+ font-weight: bold;
+ color: #f00;
+}