diff options
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/fonts.css | 6 |
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; +} |