diff options
author | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
---|---|---|
committer | Jefferson Julio <[email protected]> | 2021-05-31 19:16:12 -0300 |
commit | 9f5162371323562623bae42b0476bd8b9a4a5e92 (patch) | |
tree | 9375011fbff065938b1878cbf5198247a8a0dbbf /static/styles.css | |
parent | 381bff129b70471e86e99a2d6b6a7e090f13287e (diff) | |
download | blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.tar.bz2 blog.sh-9f5162371323562623bae42b0476bd8b9a4a5e92.zip |
Add more HTML metadata, re-format some text
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index d45bdd1..ce4aeb6 100644 --- a/static/styles.css +++ b/static/styles.css @@ -158,7 +158,7 @@ html { background-color: var(--primary-bg); color: var(--primary-fg); font-family: 'VT323', monospace; - font-size: 16px; + font-size: 18px; position: relative; overflow: auto; /* scroll-behavior: smooth; */ @@ -189,6 +189,11 @@ html:before { pointer-events: none; } +hr { + background-color: var(--primary-fg); + border-color: var(--primary-fg); +} + .separator-wrap { width: 100%; display: flex; @@ -225,7 +230,7 @@ ul > li { } header, footer { - margin: 25px; + margin: 10px; } header > h1, |