better virtual components and stuff

This commit is contained in:
Henry Jameson 2024-01-31 17:39:51 +02:00
commit 53a4b1f9a6
17 changed files with 354 additions and 137 deletions

View file

@ -113,12 +113,11 @@
}
.greentext {
color: $fallback--cGreen;
color: var(--postGreentext, $fallback--cGreen);
color: var(--textGreentext);
}
.cyantext {
color: var(--postCyantext, $fallback--cBlue);
color: var(--textCyantext);
}
&.-compact {