more improvements (#3449)

* more improvements

* fix: apply pnpm run fix
This commit is contained in:
Sticks
2025-03-31 23:34:49 -04:00
committed by GitHub
parent e8f8be1940
commit 3d2cef40d5
4 changed files with 298 additions and 8 deletions

View File

@@ -16,9 +16,9 @@
--color-red: #fa3d3d;
--color-orange: #e08325;
--color-green: #249D3F;
--color-green: #249d3f;
--color-blue: #1f68c0;
--color-purple: #A379C9;
--color-purple: #a379c9;
--color-gray: #595b61;
--color-red-highlight: rgba(203, 34, 69, 0.25);
@@ -34,7 +34,7 @@
--color-blue-bg: rgba(31, 104, 192, 0.1);
--color-purple-bg: rgba(142, 50, 243, 0.1);
--color-brand: #F16436;
--color-brand: #f16436;
--color-brand-highlight: rgba(242, 101, 53, 0.25);
--color-brand-shadow: rgba(242, 101, 53, 0.7);
@@ -138,9 +138,9 @@ html {
--color-red: #fa3d3d;
--color-orange: #edbb22;
--color-green: #249D3F;
--color-green: #249d3f;
--color-blue: #4f9cff;
--color-purple: #A379C9;
--color-purple: #a379c9;
--color-gray: #9fa4b3;
--color-red-highlight: rgba(255, 73, 110, 0.25);
@@ -156,7 +156,7 @@ html {
--color-blue-bg: rgba(79, 156, 255, 0.2);
--color-purple-bg: rgba(199, 138, 255, 0.2);
--color-brand: #F16436;
--color-brand: #f16436;
--color-brand-highlight: rgba(242, 101, 53, 0.25);
--color-brand-shadow: rgba(242, 101, 53, 0.7);
@@ -272,5 +272,5 @@ html {
}
* {
border-radius: 0!important;
border-radius: 0 !important;
}

View File

@@ -134,7 +134,7 @@ function hash(str) {
position: relative;
&.circle {
border-radius: 50%!important;
border-radius: 50% !important;
}
&:not(.no-shadow) {