This commit is contained in:
Ari 2026-06-19 02:16:18 +01:00
parent d21914cd27
commit d931d4cf56
3 changed files with 16 additions and 1 deletions

View File

@ -1 +0,0 @@
dh=608294a386166fe01386fee31d56e67f77f336da

BIN
assets/theme/teto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

View File

@ -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
============================================= */