diff options
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 6d5c9ca..efe5e6d 100644 --- a/static/style.css +++ b/static/style.css @@ -20,8 +20,8 @@ html { --lighter-box-background-color: hsl(0, 0%, 95%); --primary-color: hsl(320, 50%, 36%); --primary-color-contrast: hsl(320, 0%, 100%); - --danger-color: hsl(0, 50%, 36%); - --danger-color-contrast: hsl(0, 0%, 100%); + --danger-color: #ff0000; + --danger-color-contrast: #ffffff; } /* Dark mode overrides */ |