From 0df76925e2dd02a31d4c5c53f0810edf9f02a407 Mon Sep 17 00:00:00 2001 From: pr3y Date: Tue, 22 Oct 2024 09:24:23 -0300 Subject: [PATCH] oopsie --- flasher.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flasher.html b/flasher.html index 7bae29bc6..21b5b82e3 100644 --- a/flasher.html +++ b/flasher.html @@ -21,6 +21,7 @@ --mdc-theme-surface: #181818; --improv-primary-color: #A020F0; --mdc-dialog-heading-ink-color: #d9d9d9; + --mdc-dialog-content-ink-color: #f2f2f2; } .content { max-width: 600px; @@ -38,10 +39,6 @@ text-decoration: none; } - .mdc-dialog .mdc-dialog__content { - color: rgb(255 255 255 / 70%); - } - a:hover { text-decoration: underline; }