chore: Variable names and smth

This commit is contained in:
daudix-UFO
2023-10-15 23:10:55 +00:00
parent abf31905ad
commit 6b6c9a0a78
9 changed files with 135 additions and 126 deletions

View File

@ -22,7 +22,7 @@ section#comments {
.avatar {
all: unset;
display: block;
background-color: var(--fg-05);
background-color: var(--fg05);
border-radius: var(--border-radius);
box-shadow: var(--shadow);
height: 100%;
@ -30,7 +30,7 @@ section#comments {
}
&.op::after {
background-color: var(--accent-color);
background-color: var(--primary-color);
border-radius: 50%;
bottom: -0.25rem;
color: var(--light2);
@ -56,9 +56,9 @@ section#comments {
grid-area: name;
.instance {
background-color: var(--fg-05);
background-color: var(--fg05);
border-radius: 9999px;
color: var(--text);
color: var(--fg-color);
font-size: smaller;
font-weight: normal;
padding: 0.25rem 0.75rem;
@ -69,7 +69,7 @@ section#comments {
}
&.op {
background-color: var(--accent-color);
background-color: var(--primary-color);
color: var(--light2);
&::before {
@ -117,7 +117,7 @@ section#comments {
figure {
border-radius: var(--border-radius);
background-color: var(--fg-05);
background-color: var(--fg05);
box-shadow: var(--shadow);
margin-left: 0;
margin-right: 0;
@ -127,7 +127,7 @@ section#comments {
img {
all: unset;
display: block;
max-width: 100%;
max-width: 100%;
}
&:hover {
@ -136,7 +136,7 @@ section#comments {
}
figcaption {
color: var(--text);
color: var(--fg-color);
display: grid;
gap: 0.5rem;
margin: 0;
@ -155,7 +155,7 @@ section#comments {
}
}
// Hide the card from the shared post
// hide the card from the shared post
&:first-of-type .card {
display: none;
}