diff --git a/.well-known/discord b/.well-known/discord deleted file mode 100644 index ca56e95..0000000 --- a/.well-known/discord +++ /dev/null @@ -1 +0,0 @@ -dh=608294a386166fe01386fee31d56e67f77f336da \ No newline at end of file diff --git a/assets/theme/teto.png b/assets/theme/teto.png new file mode 100644 index 0000000..4480bcc Binary files /dev/null and b/assets/theme/teto.png differ diff --git a/css/index.css b/css/index.css index dfa7cff..7d78aa6 100644 --- a/css/index.css +++ b/css/index.css @@ -48,6 +48,20 @@ body { padding: clamp(2.5rem, 9vh, 6rem) 1.25rem 5rem; } +/* Miku chibi tucked into the bottom-right corner */ +body::after { + content: ""; + position: fixed; + right: 0.5rem; + bottom: 0.5rem; + width: clamp(96px, 14vw, 168px); + aspect-ratio: 564 / 547; + background: url(/assets/theme/teto.png) center / contain no-repeat; + opacity: 0.18; + pointer-events: none; + z-index: 0; +} + /* main content column */ main.intro, .hub { @@ -338,6 +352,8 @@ body::before { .sidenav a.active { color: var(--lavender); } + + /* ========================================== 2. /coffee ============================================= */