diff options
Diffstat (limited to 'includes/stylesheet.css')
-rw-r--r-- | includes/stylesheet.css | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/includes/stylesheet.css b/includes/stylesheet.css index a24fc46..acd0fed 100644 --- a/includes/stylesheet.css +++ b/includes/stylesheet.css @@ -5,9 +5,9 @@ :root { --balboa: #195970; - --charcoal: #32444a; --ruby: #9b111e; - --slate: #798d94; + --slate: #b9c2ca; + --charcoal: #798d94; --white: white; --box-radius: 1em; --box-border: 0.5em solid var(--white); @@ -82,3 +82,22 @@ h1, blockquote { font-style: oblique; } + +header { + text-align: center; +} + +article ul { + list-style: none; + padding: 0; + margin: 0; +} + +article li { + padding-left: 16px; +} + +article li:before { + content: "➙"; + padding-right: 8px; +} |