Fixes
This commit is contained in:
@@ -14,10 +14,9 @@ a {
|
||||
}
|
||||
|
||||
.nav-links .nav-icons-divider {
|
||||
color: #484848; !important
|
||||
color: #484848;
|
||||
}
|
||||
|
||||
|
||||
.post-tags .post-tag {
|
||||
border: 1px solid white;
|
||||
color: white;
|
||||
@@ -28,6 +27,15 @@ a {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.tags-list .post-tags .post-tag a .tag-posts-count {
|
||||
background-color: #1f1f1f;
|
||||
}
|
||||
|
||||
.tags-list .post-tags .post-tag:hover a .tag-posts-count {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.footer {
|
||||
border-top-color: #333 !important;
|
||||
}
|
||||
|
||||
@@ -50,7 +50,6 @@ img {
|
||||
}
|
||||
|
||||
.header a {
|
||||
/* color: inherit; */
|
||||
text-decoration: none;
|
||||
}
|
||||
.header .header-nav {
|
||||
@@ -159,7 +158,6 @@ img {
|
||||
color: black;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
padding: 6px 12px;
|
||||
}
|
||||
.post-tags .post-tag:hover {
|
||||
background-color: black;
|
||||
@@ -167,6 +165,8 @@ img {
|
||||
}
|
||||
.post-tag a {
|
||||
color: inherit;
|
||||
display: block;
|
||||
padding: 6px 12px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -269,11 +269,18 @@ blockquote {
|
||||
margin: 0 5px;
|
||||
padding: 0;
|
||||
}
|
||||
.tags-list .post-tags .post-tag a {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tags-list .post-tags .post-tag a div {
|
||||
display: inline-block;
|
||||
}
|
||||
.tags-list .post-tags .post-tag a .tag-name {
|
||||
padding: 5px 8px;
|
||||
}
|
||||
.tags-list .post-tags .post-tag a .tag-posts-count {
|
||||
background: rgba(0, 0, 0, 0.1);
|
||||
opacity: 0.8;
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user