Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Commit

Permalink
Make i18n-warning link color black and underlined
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidingWarranties committed Oct 10, 2016
1 parent 12bae2b commit 63cf8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 63cf8fc

Please sign in to comment.