fix sharpen color

master
Aevann 2024-06-06 21:16:22 +03:00
parent 1ff614c767
commit e68b5a780b
1 changed files with 4 additions and 1 deletions

View File

@ -223,8 +223,11 @@
text-transform: lowercase;
}
.sharpen:not(a):not(.blood):not(.author-bitten), h1.sharpen.post-title:not(.author-bitten) a {
color: red !important;
}
.sharpen:not(a):not(.blood), h1.sharpen.post-title a {
color: red;
font-weight: bold !important;
font-style: italic !important;
}