updates :)

This commit is contained in:
2024-05-11 12:08:41 -07:00
parent 9740eef81a
commit 87fe573201
16 changed files with 315 additions and 156 deletions

View File

@ -544,7 +544,7 @@ img,
.wp-block-code,
code,
.censor,
p.no-comments{
p.no-comments {
border-radius: 2px;
}
@ -596,6 +596,7 @@ p.no-comments{
-webkit-filter: invert(1);
filter: invert(1);
}
.no-comments {
text-align: center;
background: var(--background-darker);
@ -604,6 +605,7 @@ p.no-comments{
margin-bottom: 20px;
font-weight: bold;
}
article.sticky::before {
content: "\f08d";
font-family: ForkAwesome;
@ -617,7 +619,16 @@ article.sticky::before {
color: #fff;
font-size: 15px;
line-height: 30px;
border-radius: 2px!important;
border-radius: 2px !important;
z-index: 99;
text-align: center;
}
.wp-lightbox-overlay .scrim {
background-color: var(--background) !important;
opacity: 2;
}
.wp-lightbox-overlay .close-button {
fill: var(--text-color) !important;
}