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