From a0affeb5c4949729e3f6dfadb6012274901d06fa Mon Sep 17 00:00:00 2001 From: Yu Cong Date: Fri, 10 Apr 2026 10:54:55 +0800 Subject: [PATCH] Add margin to header and remove unused styles from article and info sections --- assets/css/default.css | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 9573e42..ef69cc4 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -103,6 +103,7 @@ header { font-size: 2rem; text-decoration: none; line-height: 120%; + margin-top: 1rem; } .uri { @@ -149,25 +150,6 @@ h3 { font-style: normal } -article .header { - font-size: 1rem; - font-style: normal; - color: var(--color-tag1); - text-align: left; -} - - -.info,.info a { - color: var(--color-tag2); - font-size: 1rem; - font-style: normal; - text-align: left; -} - -.info a:visited { - color: var(--color-tag2); -} - section.body { margin-top: 2rem; }