diff options
-rw-r--r-- | RELEASE-CHECKLIST.html | 4 |
1 files changed, 3 insertions, 1 deletions
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; } </style> </head> |