diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-14 20:45:40 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-14 20:45:40 +0100 |
commit | 493dc0423f08fdd8ad99c24ef768979952fb9c56 (patch) | |
tree | ac9a7546efb30e029a6c7c2311a43fabf51649f6 /pyblackbird_cc/static | |
parent | c976b9f3685fb506f3095dbf705f864e21121f93 (diff) |
Further tinkering
Diffstat (limited to 'pyblackbird_cc/static')
-rw-r--r-- | pyblackbird_cc/static/css/project.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css index 401c8c4..0f95690 100644 --- a/pyblackbird_cc/static/css/project.css +++ b/pyblackbird_cc/static/css/project.css @@ -42,6 +42,7 @@ h1 { a { font-size: inherit; color: #394f49; + font-weight: bold; text-decoration: none; } |