fix: Outdated color variable names in comments.scss

This commit is contained in:
daudix-UFO
2023-12-18 02:10:14 +03:00
parent 5431905516
commit 8ae9a4d94f

View File

@ -22,7 +22,7 @@ section#comments {
.avatar { .avatar {
all: unset; all: unset;
display: block; display: block;
background-color: var(--fg05); background-color: var(--fg-muted-1);
border-radius: var(--rounded-corner); border-radius: var(--rounded-corner);
box-shadow: var(--shadow); box-shadow: var(--shadow);
height: 100%; height: 100%;
@ -56,7 +56,7 @@ section#comments {
grid-area: name; grid-area: name;
.instance { .instance {
background-color: var(--fg05); background-color: var(--fg-muted-1);
border-radius: 9999px; border-radius: 9999px;
color: var(--fg-color); color: var(--fg-color);
font-size: 0.8rem; font-size: 0.8rem;
@ -118,7 +118,7 @@ section#comments {
figure { figure {
border-radius: var(--rounded-corner); border-radius: var(--rounded-corner);
background-color: var(--fg05); background-color: var(--fg-muted-1);
box-shadow: var(--shadow); box-shadow: var(--shadow);
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
@ -145,7 +145,7 @@ section#comments {
text-align: left; text-align: left;
p { p {
color: var(--fg60); color: var(--fg-muted-5);
} }
* { * {