diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 18:25:30 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-14 18:25:30 -0600 |
commit | cdaf4b1fd9b2213669b0d8bf06207efefedb6f17 (patch) | |
tree | 0d69b0f311c87811bcc01a14775104ac773a36e1 /style.css | |
parent | a3ab3646adbb2d0585bf0936d9b88d7645723561 (diff) |
touch ups
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -53,6 +53,12 @@ p { text-indent: 4em; } +p.header-sub-text { + font-size: 1.25em; + font-weight: bold; + text-indent: 0; +} + hr { border-color: var(--foreground-accent-color); } |