Lots of changes & improvements

This commit is contained in:
Starystars67
2025-12-23 11:51:13 +00:00
parent 07a84f25d5
commit b3d6f59aaf
18 changed files with 557 additions and 153 deletions
+9
View File
@@ -5,6 +5,15 @@
@custom-variant dark (&:is(.dark *));
@theme {
--color-beammp-orange: #F36D24;
--color-beammp-white: #FFFFFF;
--color-beammp-black: #000000;
--color-beammp-gray: #333333;
--color-beammp-green: #1D9749;
--color-beammp-blue: #4470B6;
}
@theme inline {
--radius-sm: calc(var(--radius) - 4px);
--radius-md: calc(var(--radius) - 2px);