diff options
author | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-08 20:46:18 -0800 |
---|---|---|
committer | AlmightyMiau <almightymeow612@gmail.com> | 2025-02-08 20:46:18 -0800 |
commit | d21f533a1d9d116db28a7bb1491230553a45e360 (patch) | |
tree | 1fe4cb857fbdcdd9d42eab61cc322834e8916a91 /styles.css | |
parent | 84099a0bc90e71d5e4d716aeb746196449d16954 (diff) |
2/8/2025 Journal Update
Moved website onto server and changed url
Added git page at git.almightymiau.gay
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -128,6 +128,12 @@ nav ul { margin-top: -2px; border-top: var(--border); } +.content ul { + padding-left: 15px; +} +.content li { + padding-bottom: 5px; +} .date { color: var(--accent-2); |