diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-29 10:51:59 +0100 |
---|---|---|
committer | Frankie B <frankieraybrown@gmail.com> | 2023-07-29 18:10:50 +0100 |
commit | b68a797657be2f8b95e57e9448006259ee2bb37e (patch) | |
tree | f526ad187ec3474843b6a0ed79e9a7eb7cea3bd0 | |
parent | e2d4409b045b16819b9e2a827890d017e6d7dc24 (diff) |
Update public/css/master.css
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
-rw-r--r-- | public/css/master.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/public/css/master.css b/public/css/master.css index 0141da6..c2c701d 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -54,7 +54,13 @@ h2, h3 { margin-top: 1em; clear: left; - color: #ffffff; + h1, + h2, + h3 { + margin-top: 1em; + clear: left; + color: #fff; + } } img { |