diff options
author | cel 🌸 <cel@blos.sm> | 2024-02-20 00:40:51 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-02-20 00:40:51 +0000 |
commit | 29165c4c9356fda25ed2df9e06e285ce8010e893 (patch) | |
tree | 018102090d6abdf46cc575a8672aae5d42ef3f36 /static | |
parent | f4ff8fe6eb20ab5b557d7beac095959890e126e8 (diff) | |
download | legit-29165c4c9356fda25ed2df9e06e285ce8010e893.tar.gz legit-29165c4c9356fda25ed2df9e06e285ce8010e893.tar.bz2 legit-29165c4c9356fda25ed2df9e06e285ce8010e893.zip |
add bunny.garden assetsmaster
Diffstat (limited to 'static')
-rw-r--r-- | static/bunny.png | bin | 0 -> 518937 bytes | |||
-rw-r--r-- | static/style.css | 17 |
2 files changed, 14 insertions, 3 deletions
diff --git a/static/bunny.png b/static/bunny.png Binary files differnew file mode 100644 index 0000000..296c803 --- /dev/null +++ b/static/bunny.png diff --git a/static/style.css b/static/style.css index ce66ba6..64487d6 100644 --- a/static/style.css +++ b/static/style.css @@ -7,9 +7,20 @@ --dark: #f3d0aa; --darker: #f3d0aa; - --sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; - --display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; - --mono-font: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', 'Roboto Mono', Menlo, Consolas, monospace; + --sans-font: "Darumadrop One", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + --display-font: "Darumadrop One", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + --mono-font: 'Victor Mono', 'VictorMono Nerd Font', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', 'Roboto Mono', Menlo, Consolas, monospace; +} + +header { + display: flex; + gap: 2em; + flex-wrap: wrap; +} + +header img { + max-width: 128px; + max-height: 128px; } html { |