Files
blog/_sass/custom.scss
daudix-UFO 86193ce7e5 feat: Demo updates
I guess it's ready to be shown to Masto folks!
2023-09-02 06:30:33 +03:00

21 lines
364 B
SCSS

/* Custom styles/overrides */
/* Fix contrast of OP badge/instance in comments (remove if color with higher contrast are used as accent) */
section#comments {
.comment {
.avatar-link {
&.op::after {
color: var(--dark4);
}
}
.author {
.instance {
&.op {
color: var(--dark4);
}
}
}
}
}