diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-09-27 18:47:44 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-09-27 18:47:44 +0200 |
| commit | f38d4b768d51cbe70a8bd1a56584d6202b57556f (patch) | |
| tree | 1576f78e29fc60517a6bb2acfa9192977beca7d0 /themes/vinkland/assets/css/#main.css# | |
hugo initmain
Diffstat (limited to 'themes/vinkland/assets/css/#main.css#')
| -rw-r--r-- | themes/vinkland/assets/css/#main.css# | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/themes/vinkland/assets/css/#main.css# b/themes/vinkland/assets/css/#main.css# new file mode 100644 index 0000000..3a4f968 --- /dev/null +++ b/themes/vinkland/assets/css/#main.css# @@ -0,0 +1,28 @@ +:root { + --bg: #fafafa; + --fg: #2f343f; + --hl: #4084d6; + --hl2: #ed4737; +} + +body { + color: var(--fg); + + font-family: C059; + margin: 0 auto; + max-width: 800px; + flex-direction: column; +} + +header { + margin-bottom: 1rem; +} + +footer { + margin-top: 1rem; +} + +a { + color: #00e; + text-decoration: none; +} |
