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; +}