fix: Outdated color variable names in comments.scss
This commit is contained in:
@ -22,7 +22,7 @@ section#comments {
|
||||
.avatar {
|
||||
all: unset;
|
||||
display: block;
|
||||
background-color: var(--fg05);
|
||||
background-color: var(--fg-muted-1);
|
||||
border-radius: var(--rounded-corner);
|
||||
box-shadow: var(--shadow);
|
||||
height: 100%;
|
||||
@ -56,7 +56,7 @@ section#comments {
|
||||
grid-area: name;
|
||||
|
||||
.instance {
|
||||
background-color: var(--fg05);
|
||||
background-color: var(--fg-muted-1);
|
||||
border-radius: 9999px;
|
||||
color: var(--fg-color);
|
||||
font-size: 0.8rem;
|
||||
@ -118,7 +118,7 @@ section#comments {
|
||||
|
||||
figure {
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg05);
|
||||
background-color: var(--fg-muted-1);
|
||||
box-shadow: var(--shadow);
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
@ -145,7 +145,7 @@ section#comments {
|
||||
text-align: left;
|
||||
|
||||
p {
|
||||
color: var(--fg60);
|
||||
color: var(--fg-muted-5);
|
||||
}
|
||||
|
||||
* {
|
||||
|
Reference in New Issue
Block a user