This commit is contained in:
Avijit 🚀
2021-07-10 05:36:39 +02:00
parent cbbff75c43
commit d5de17d87a
2 changed files with 19 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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;
}