summaryrefslogtreecommitdiff
path: root/public/static/style.css
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-29 02:06:11 +0500
committerilotterytea <iltsu@alright.party>2025-04-29 02:06:11 +0500
commit93c02436fb0b7afffb6c62547385757b1a1b57f8 (patch)
treeb60ccd0a1df6076f97c3898d952ec3262dff34d7 /public/static/style.css
parentc95dfa9e3dd18c0835626ec29b814cc2b11b7fae (diff)
feat: download user's profile banner
Diffstat (limited to 'public/static/style.css')
-rw-r--r--public/static/style.css12
1 files changed, 12 insertions, 0 deletions
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;