Commit compiled CSS
This commit is contained in:
parent
597fc07c84
commit
7e2296a40c
1 changed files with 4 additions and 6 deletions
|
@ -9954,11 +9954,9 @@ hr, .titlebar-bigborder, .media.media-comment, .media.media-comment + .media.med
|
||||||
|
|
||||||
.byline {
|
.byline {
|
||||||
color: #3276CF; }
|
color: #3276CF; }
|
||||||
.byline a {
|
.byline a:hover {
|
||||||
color: #3276CF; }
|
color: #26599B;
|
||||||
.byline a:hover {
|
text-decoration: underline; }
|
||||||
color: #26599B;
|
|
||||||
text-decoration: underline; }
|
|
||||||
|
|
||||||
.content .image {
|
.content .image {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -10447,7 +10445,7 @@ a.navbar-link:hover {
|
||||||
.floating-tabs {
|
.floating-tabs {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0.75rem;
|
left: 0.75rem;
|
||||||
z-index: 1;
|
z-index: 505;
|
||||||
background: rgba(255, 255, 255, 0.75);
|
background: rgba(255, 255, 255, 0.75);
|
||||||
top: 3.3125em; }
|
top: 3.3125em; }
|
||||||
@media screen and (min-width: 1024px) {
|
@media screen and (min-width: 1024px) {
|
||||||
|
|
Loading…
Reference in a new issue