feat: Stuff
This commit is contained in:
@ -33,7 +33,7 @@ section#comments {
|
||||
background-color: var(--accent-color);
|
||||
border-radius: 50%;
|
||||
bottom: -0.25rem;
|
||||
color: var(--dark4);
|
||||
color: var(--light2);
|
||||
content: "✓";
|
||||
display: block;
|
||||
font-size: 1.25rem;
|
||||
@ -70,7 +70,7 @@ section#comments {
|
||||
|
||||
&.op {
|
||||
background-color: var(--accent-color);
|
||||
color: var(--dark4);
|
||||
color: var(--light2);
|
||||
|
||||
&::before {
|
||||
content: "✓";
|
||||
|
18
_sass/custom.scss
Normal file
18
_sass/custom.scss
Normal file
@ -0,0 +1,18 @@
|
||||
/* Custom styles/overrides */
|
||||
section#comments {
|
||||
.comment {
|
||||
.avatar-link {
|
||||
&.op::after {
|
||||
color: var(--dark4);
|
||||
}
|
||||
}
|
||||
|
||||
.author {
|
||||
.instance {
|
||||
&.op {
|
||||
color: var(--dark4);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user