diff --git a/webroot/css/custom.css b/webroot/css/custom.css index ef5b22c1..47860408 100644 --- a/webroot/css/custom.css +++ b/webroot/css/custom.css @@ -500,3 +500,10 @@ li.language a { float: none !important; } } + +.whats-new a { + color: #fff; +} +.whats-new a:hover { + color: #428bca; +}