diff options
Diffstat (limited to 'content/style.css')
-rw-r--r-- | content/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/content/style.css b/content/style.css index 1f7e24e..2a7f010 100644 --- a/content/style.css +++ b/content/style.css @@ -14,16 +14,20 @@ nav,article { margin: 1em; background-color: var(--bg2); padding: 1em; + border: 0px solid transparent; + border-radius: 1em; } h1 {font-size: xx-large } h2 {font-size: x-large } h3 {font-size: large } +h4 {font-size: medium } p,h1,h2,h3,h4,h5,h6,li { font-family: "Ubuntu", sans-serif; } h1,h2 { color: #b575ff } -h3 { color: #ff83fd } -p,li { color: white; margin-left: 2em } +h3 { color: #ff83fd; margin-left: 1em } +h4 { color: #ff82b2; margin-left: 2em } +p,li { color: white; margin-left: 3em } a { color: #82a8ff; font-style: italic; text-decoration: underline } hr { border: 1px solid grey } |