summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorTinWoodman92 <chrhodgden@gmail.com>2023-12-14 18:25:30 -0600
committerTinWoodman92 <chrhodgden@gmail.com>2023-12-14 18:25:30 -0600
commitcdaf4b1fd9b2213669b0d8bf06207efefedb6f17 (patch)
tree0d69b0f311c87811bcc01a14775104ac773a36e1 /style.css
parenta3ab3646adbb2d0585bf0936d9b88d7645723561 (diff)
touch ups
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 6d4cb1e..52c1bbe 100644
--- a/style.css
+++ b/style.css
@@ -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);
}