From 53f0495857e78e9431adbc7bdcfbadf937ae94dd Mon Sep 17 00:00:00 2001 From: eepymeowers System <106939391+eepymeowers@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:35:55 -0500 Subject: [PATCH] Update style.css --- style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/style.css b/style.css index 8ce8021..b788a98 100644 --- a/style.css +++ b/style.css @@ -131,3 +131,25 @@ hr margin-bottom: 8px; } } + +#chrome-warning +{ + background-color: red !important; + width: 100%; + color: white !important; + display: none; + text-align: center; +} + +#chrome-warning a +{ + color: turquoise; +} + +#chrome-warning a:visited { + color: turquoise; +} + +#chrome-warning a:hover { + color: turquoise; +}