diff --git a/www/static/common/css/deprecated-badge.css b/www/static/common/css/deprecated-badge.css index c88b3d39f5..b36dcb48ec 100644 --- a/www/static/common/css/deprecated-badge.css +++ b/www/static/common/css/deprecated-badge.css @@ -5,19 +5,16 @@ padding: 5px; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.46); -webkit-font-smoothing: subpixel-antialiased; - color: #edf2f7 !important; } .deprecated-badge a, .deprecated-badge p { text-decoration: none; position: relative; margin-top: 8px; - color: #edf2f7; } .deprecated-badge a:hover { - color: white; - text-decoration: none; + text-decoration: underline; } .deprecated-badge.fixed { @@ -67,12 +64,17 @@ a.deprecated-badge-right { } .deprecated-badge-development a, .deprecated-badge-development p { - color: #000000 !important; + } .deprecated-badge-maintained a, .deprecated-badge-maintained p { - color: #000000 !important; + } + +.deprecated-badge-current a, .deprecated-badge-current p { + color: #edf2f7 !important; +} + .deprecated-badge .container { @@ -102,4 +104,4 @@ a.deprecated-badge-right { .deprecated-badge .deprecated-badge-close-button{ left:97%; } -} \ No newline at end of file +}