From 93c02436fb0b7afffb6c62547385757b1a1b57f8 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 29 Apr 2025 02:06:11 +0500 Subject: feat: download user's profile banner --- public/static/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'public/static') diff --git a/public/static/style.css b/public/static/style.css index ae4574f..58eabdc 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -316,6 +316,18 @@ button.purple:hover, overflow: hidden; } +.box.background { + background-size: 100% 100%; + background-position: center; + background-repeat: no-repeat; + overflow: hidden; +} + +.box.background h1 { + color: white; + text-shadow: -1px 1px 4px black; +} + .box.emote:has(p) h1 { margin-top: 4px; line-height: 0; -- cgit v1.2.3