From 5fa6583622c3bdd7ac3c101b3cef1d8499160f08 Mon Sep 17 00:00:00 2001 From: memdmp Date: Tue, 27 May 2025 22:39:32 +0200 Subject: feat: some gradient shit on checklist cuz it looks cute --- RELEASE-CHECKLIST.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-CHECKLIST.html b/RELEASE-CHECKLIST.html index e21f19a..cf1b1f0 100644 --- a/RELEASE-CHECKLIST.html +++ b/RELEASE-CHECKLIST.html @@ -15,8 +15,10 @@ display: flex; align-items: center; flex-direction: column; - background: #1a1a1a; + background-color: #1a1a1a; + background-image: linear-gradient(45deg, #0000, #0000 100px, #0006); color: #dedede; + min-height: 100vh; } -- cgit v1.2.3