Files
blog/_sass/custom.scss
daudix-UFO 0b4ed1f25c feat: Stuff
2023-08-31 07:24:39 +03:00

19 lines
253 B
SCSS

/* Custom styles/overrides */
section#comments {
.comment {
.avatar-link {
&.op::after {
color: var(--dark4);
}
}
.author {
.instance {
&.op {
color: var(--dark4);
}
}
}
}
}