diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 17:56:31 -0800 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-03-06 17:56:31 -0800 |
| commit | d15f074f583da6808b50c81f3ec779d8ab215ac3 (patch) | |
| tree | b62c2cdaf0ba81171d292d2c43bcc7cfbe516ec2 /style.css | |
| parent | 44fff74c17edc9039504974b27ae921c60a1742b (diff) | |
add author to everything
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; |
