Commit compiled CSS

This commit is contained in:
benjamin melançon 2018-12-28 14:30:59 -05:00
parent 116c14040f
commit ef3bcb3cc9

View file

@ -7127,23 +7127,23 @@ p label {
p label::after { p label::after {
content: ':'; } content: ':'; }
.content a:hover { .content a {
color: #FFFFFF; font-weight: bold; }
background-color: #26599B; .content a:hover {
padding: 0.25em; color: #FFFFFF;
margin: -0.25em; } background-color: #26599B;
padding: 0.25em;
.content a:focus { margin: -0.25em; }
color: #FFFFFF; .content a:focus {
background-color: #26599B; color: #FFFFFF;
padding: 0.25em; background-color: #26599B;
margin: -0.25em; } padding: 0.25em;
margin: -0.25em; }
.content a:active { .content a:active {
color: #CBC219; color: #CBC219;
background-color: #26599B; background-color: #26599B;
padding: 0.25em; padding: 0.25em;
margin: -0.25em; } margin: -0.25em; }
hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.media-comment, hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.media-comment,
.media.media-comment .media.media-comment, .footer .container { .media.media-comment .media.media-comment, .footer .container {