aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-CHECKLIST.html
diff options
context:
space:
mode:
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;