diff options
Diffstat (limited to 'static/stylesheets/style.css')
-rw-r--r-- | static/stylesheets/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/stylesheets/style.css b/static/stylesheets/style.css index a4a8093..27b9ae7 100644 --- a/static/stylesheets/style.css +++ b/static/stylesheets/style.css @@ -75,6 +75,10 @@ h1, h2, h3, h4, h5, h6 { font-family: monospace; } +.bold { + font-weight: bold; +} + a { color: lightgreen; } |