summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-06 17:56:31 -0800
committerPreston Pan <ret2pop@nullring.xyz>2026-03-06 17:56:31 -0800
commitd15f074f583da6808b50c81f3ec779d8ab215ac3 (patch)
treeb62c2cdaf0ba81171d292d2c43bcc7cfbe516ec2 /style.css
parent44fff74c17edc9039504974b27ae921c60a1742b (diff)
add author to everything
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/style.css b/style.css
index 91993f0..452a13b 100644
--- a/style.css
+++ b/style.css
@@ -453,6 +453,15 @@ header, .title + p, .subtitle + p {
background-color: #ffd2d2;
}
+.title + .subtitle {
+ text-align: center;
+ font-style: italic;
+ padding-bottom: 30px;
+ margin-top: -10px;
+ color: #555;
+ display: block;
+}
+
#table-of-contents {
height: 100vh;
width: 250px;