add: finish forge stuff

This commit is contained in:
trisua 2025-06-10 22:02:06 -04:00
parent 53fb4d5778
commit 68071b96c8
21 changed files with 329 additions and 18 deletions

View file

@ -27,6 +27,7 @@
--color-red: hsl(0, 84%, 40%);
--color-green: hsl(100, 84%, 20%);
--color-yellow: hsl(41, 63%, 75%);
--color-purple: hsl(284, 84%, 20%);
--radius: 6px;
--circle: 360px;
--shadow-x-offset: 0;
@ -63,6 +64,7 @@
--color-red: hsl(0, 94%, 82%);
--color-green: hsl(100, 94%, 82%);
--color-yellow: hsl(41, 63%, 65%);
--color-purple: hsl(284, 94%, 82%);
}
* {

View file

@ -179,6 +179,14 @@
color: var(--color-green) !important;
}
.yellow {
color: var(--color-yellow) !important;
}
.purple {
color: var(--color-purple) !important;
}
.hidden {
display: none !important;
}