Commit compiled CSS

This commit is contained in:
benjamin melançon 2018-12-03 08:36:43 -05:00
parent eeb5d769a3
commit 35b60f0be4

View file

@ -9945,27 +9945,24 @@ p label {
p label::after {
content: ':'; }
a:hover {
.content a:hover {
color: #FFFFFF;
background-color: #26599B;
padding: 0.25em;
margin: -0.25em; }
a:focus {
.content a:focus {
color: #FFFFFF;
background-color: #26599B;
padding: 0.25em;
margin: -0.25em; }
a:active {
.content a:active {
color: #CBC219;
background-color: #26599B;
padding: 0.25em;
margin: -0.25em; }
a .icon:hover, a .icon:focus, a .icon:active {
background-color: transparent; }
hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.media-comment,
.media.media-comment .media.media-comment, .footer .container {
border-top: 4px solid #193B68; }