This commit is contained in:
2024-04-27 10:32:52 -07:00
parent ed55e0810c
commit 9740eef81a
17 changed files with 743 additions and 73 deletions

View File

@ -122,13 +122,13 @@ input#url {
background-color: var(--background) !important;
}
.category-button[class*=cbd-cat-] a {
.category-button a {
background-color: var(--href) !important;
color: var(--text-color);
border-radius: 2px;
}
.category-button[class*=cbd-cat-] a:hover {
.category-button a:hover {
background-color: var(--href-dark) !important;
color: inherit;
border-radius: 2px;
@ -543,7 +543,8 @@ img,
#respond,
.wp-block-code,
code,
.censor {
.censor,
p.no-comments{
border-radius: 2px;
}
@ -594,4 +595,29 @@ code,
.invert img {
-webkit-filter: invert(1);
filter: invert(1);
}
}
.no-comments {
text-align: center;
background: var(--background-darker);
font-size: large;
padding: 20px;
margin-bottom: 20px;
font-weight: bold;
}
article.sticky::before {
content: "\f08d";
font-family: ForkAwesome;
position: absolute;
left: 20px;
top: 20px;
display: block;
width: 30px;
height: 30px;
background: var(--href);
color: #fff;
font-size: 15px;
line-height: 30px;
border-radius: 2px!important;
z-index: 99;
text-align: center;
}