diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-08-16 12:07:40 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-08-16 12:07:40 -0700 |
commit | a0537ad243d86199c4237db6109428c82d8d3d00 (patch) | |
tree | da4a8d64eabda2dea026a124de8229cdb2742c1f /public | |
parent | ba54c8ad031b6e5fcd3c4ddcdd31fbca13a32f99 (diff) | |
download | coffee-main.tar.gz coffee-main.zip |
Diffstat (limited to 'public')
-rw-r--r-- | public/img/penguin.gif | bin | 0 -> 53409 bytes | |||
-rw-r--r-- | public/styles/styles.css | 8 |
2 files changed, 8 insertions, 0 deletions
diff --git a/public/img/penguin.gif b/public/img/penguin.gif Binary files differnew file mode 100644 index 0000000..48bd0e2 --- /dev/null +++ b/public/img/penguin.gif diff --git a/public/styles/styles.css b/public/styles/styles.css index 5208191..16d38f8 100644 --- a/public/styles/styles.css +++ b/public/styles/styles.css @@ -55,8 +55,13 @@ body { background-color: var(--background-body); backdrop-filter: blur(16px); +} + +main { + height: 100%; overflow-y: scroll; } + /* </layout> */ /* <typography> */ @@ -75,6 +80,9 @@ hr { height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), var(--foreground), rgba(0, 0, 0, 0.1)); } +a { + color: var(--regular6); +} /* </typography> */ /* <footer> */ |