feat: Stuff

This commit is contained in:
daudix-UFO
2023-08-31 06:51:01 +03:00
parent c52a711d9c
commit 0b4ed1f25c
13 changed files with 84 additions and 67 deletions

18
_sass/custom.scss Normal file
View File

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