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; }