fix: Comment interactions colors

This commit is contained in:
daudix-UFO
2023-12-18 02:32:36 +03:00
parent b5d683c4aa
commit f9698b68f3

View File

@ -180,32 +180,30 @@ section#comments {
margin-top: 0.925rem;
.boosts {
cursor: default;
font-weight: 600;
font-size: 0.9rem;
padding: 0.4rem 1rem;
border-radius: var(--rounded-corner);
background-color: var(--orange-bg);
border-radius: var(--rounded-corner);
color: var(--orange-fg);
cursor: default;
font-size: 0.9rem;
font-weight: 600;
padding: 0.4rem 1rem;
&::before {
color: var(--orange2);
content: "🔁";
margin-inline-end: 0.25rem;
}
}
.faves {
cursor: default;
font-weight: 600;
font-size: 0.9rem;
padding: 0.4rem 1rem;
border-radius: var(--rounded-corner);
background-color: var(--red-bg);
border-radius: var(--rounded-corner);
color: var(--red-fg);
cursor: default;
font-size: 0.9rem;
font-weight: 600;
padding: 0.4rem 1rem;
&::before {
color: var(--red2);
content: "❤️";
margin-inline-end: 0.25rem;
}