Update warning-page.html

Made text on button more readable
This commit is contained in:
Kenneth Hendricks 2024-11-04 11:50:36 -05:00 committed by GitHub
parent 0bd1a6d038
commit 3719cdec9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -101,7 +101,8 @@
border-radius: 8px;
border: none;
font-family: inherit;
font-weight: 500;
font-weight: 600;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
font-size: 1rem;
cursor: pointer;
transition: transform 0.2s, opacity 0.2s;