fix: Comment interactions colors
This commit is contained in:
@ -180,32 +180,30 @@ section#comments {
|
|||||||
margin-top: 0.925rem;
|
margin-top: 0.925rem;
|
||||||
|
|
||||||
.boosts {
|
.boosts {
|
||||||
cursor: default;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
padding: 0.4rem 1rem;
|
|
||||||
border-radius: var(--rounded-corner);
|
|
||||||
background-color: var(--orange-bg);
|
background-color: var(--orange-bg);
|
||||||
|
border-radius: var(--rounded-corner);
|
||||||
color: var(--orange-fg);
|
color: var(--orange-fg);
|
||||||
|
cursor: default;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
font-weight: 600;
|
||||||
|
padding: 0.4rem 1rem;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
color: var(--orange2);
|
|
||||||
content: "🔁";
|
content: "🔁";
|
||||||
margin-inline-end: 0.25rem;
|
margin-inline-end: 0.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.faves {
|
.faves {
|
||||||
cursor: default;
|
|
||||||
font-weight: 600;
|
|
||||||
font-size: 0.9rem;
|
|
||||||
padding: 0.4rem 1rem;
|
|
||||||
border-radius: var(--rounded-corner);
|
|
||||||
background-color: var(--red-bg);
|
background-color: var(--red-bg);
|
||||||
|
border-radius: var(--rounded-corner);
|
||||||
color: var(--red-fg);
|
color: var(--red-fg);
|
||||||
|
cursor: default;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
font-weight: 600;
|
||||||
|
padding: 0.4rem 1rem;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
color: var(--red2);
|
|
||||||
content: "❤️";
|
content: "❤️";
|
||||||
margin-inline-end: 0.25rem;
|
margin-inline-end: 0.25rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user