Commit compiled CSS
This commit is contained in:
parent
8867a73669
commit
f4218ebf88
1 changed files with 6 additions and 10 deletions
|
@ -7338,22 +7338,18 @@ p label::after {
|
||||||
content: ':'; }
|
content: ':'; }
|
||||||
|
|
||||||
.content a {
|
.content a {
|
||||||
font-weight: bold; }
|
font-weight: bold;
|
||||||
|
padding: 0.25em;
|
||||||
|
margin: -0.25em; }
|
||||||
.content a:hover {
|
.content a:hover {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #26599B;
|
background-color: #26599B; }
|
||||||
padding: 0.25em;
|
|
||||||
margin: -0.25em; }
|
|
||||||
.content a:focus {
|
.content a:focus {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #26599B;
|
background-color: #26599B; }
|
||||||
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;
|
|
||||||
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 {
|
||||||
|
|
Loading…
Reference in a new issue