fix: Outdated color variable names in comments.scss
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
Reference in New Issue
Block a user