aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-CHECKLIST.html
diff options
context:
space:
mode:
authorLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-27 22:43:10 +0200
committerLibravatarLarge Libravatar memdmp <memdmpestrogenzone>2025-05-27 22:43:10 +0200
commit4a17d6a7728504694e0a297083ca6db1c9999e27 (patch)
tree6d6dcc14b0e7a4cd82bf368580531f9c11883167 /RELEASE-CHECKLIST.html
parente3f46baf2e150dc277d053a36222f01f8f1d7b03 (diff)
downloadzuwu-4a17d6a7728504694e0a297083ca6db1c9999e27.tar.gz
zuwu-4a17d6a7728504694e0a297083ca6db1c9999e27.tar.bz2
zuwu-4a17d6a7728504694e0a297083ca6db1c9999e27.tar.lz
zuwu-4a17d6a7728504694e0a297083ca6db1c9999e27.zip

fix: when not embedded, bg

Diffstat (limited to 'RELEASE-CHECKLIST.html')
-rw-r--r--RELEASE-CHECKLIST.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/RELEASE-CHECKLIST.html b/RELEASE-CHECKLIST.html
index 7c33197..4d5082c 100644
--- a/RELEASE-CHECKLIST.html
+++ b/RELEASE-CHECKLIST.html
@@ -15,11 +15,14 @@
display: flex;
align-items: center;
flex-direction: column;
- background-color: #1a1a1a;
- background-image: linear-gradient(45deg, #0000, #0000 100px, #0006);
color: #dedede;
min-height: 100vh;
- width: 100vw;
+ width: 100%;
+ }
+ body > .root {
+ /* if not embedded into cgit */
+ background-color: #1a1a1a;
+ background-image: linear-gradient(45deg, #0000, #0000 100px, #0006);
}
body {
margin: 0;