From 63cf8fc75c0bf29a7ce44ace08dbe62128b86519 Mon Sep 17 00:00:00 2001 From: Jordan Horwich Date: Mon, 10 Oct 2016 18:39:32 -0400 Subject: [PATCH] Make i18n-warning link color black and underlined --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 3007718..9249fa6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2,6 +2,7 @@ .video-wrapper { position: relative; padding-bottom: 37.5%; /* 16:10 */ height: 0; } .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .i18n-warning { background-color: #ff4d4d; padding: 0.5rem 1rem; } +.i18n-warning a, .i18n-warning a:hover { color: black; text-decoration: underline; } html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }