Revert "fixed a bug"

This reverts commit 49faba6ad2.
This commit is contained in:
Prospector
2025-04-01 20:54:05 -07:00
parent fab086b3e1
commit a2009cae39
11 changed files with 151 additions and 183 deletions

View File

@@ -827,7 +827,7 @@ a,
background: var(--color-tooltip-bg) !important;
color: var(--color-tooltip-text) !important;
padding: 0.5rem 0.5rem !important;
border-radius: 0 !important;
border-radius: var(--radius-sm) !important;
filter: drop-shadow(5px 5px 0.8rem rgba(0, 0, 0, 0.35));
font-size: 0.9rem;
font-weight: bold;
@@ -1211,7 +1211,7 @@ select {
border: 1px solid var(--color-button-bg) !important;
padding: var(--gap-sm) !important;
width: fit-content !important;
border-radius: 0 !important;
border-radius: var(--radius-md) !important;
background-color: var(--color-raised-bg) !important;
box-shadow: var(--shadow-floating) !important;
}

View File

@@ -14,11 +14,11 @@
--color-contrast: #1a202c;
--color-accent-contrast: #ffffff;
--color-red: #fa3d3d;
--color-red: #cb2245;
--color-orange: #e08325;
--color-green: #249D3F;
--color-green: #00af5c;
--color-blue: #1f68c0;
--color-purple: #A379C9;
--color-purple: #8e32f3;
--color-gray: #595b61;
--color-red-highlight: rgba(203, 34, 69, 0.25);
@@ -34,9 +34,9 @@
--color-blue-bg: rgba(31, 104, 192, 0.1);
--color-purple-bg: rgba(142, 50, 243, 0.1);
--color-brand: #F16436;
--color-brand-highlight: rgba(242, 101, 53, 0.25);
--color-brand-shadow: rgba(242, 101, 53, 0.7);
--color-brand: var(--color-green);
--color-brand-highlight: var(--color-green-highlight);
--color-brand-shadow: rgba(0, 175, 92, 0.7);
--shadow-inset-lg: inset 0px -2px 2px hsla(221, 39%, 91%, 0.1);
--shadow-inset: inset 0px -2px 2px hsla(221, 39%, 91%, 0.05);
@@ -53,17 +53,17 @@
--brand-gradient-bg: linear-gradient(
0deg,
rgba(182, 72, 68, 0.17) 0%,
rgba(250, 103, 58, 0.12) 100%
rgba(68, 182, 138, 0.175) 0%,
rgba(58, 250, 112, 0.125) 100%
);
--brand-gradient-strong-bg: linear-gradient(
270deg,
rgba(182, 102, 68, 0.17) 0%,
rgba(225, 58, 36, 0.12) 100%
rgba(68, 182, 138, 0.175) 0%,
rgba(36, 225, 91, 0.12) 100%
);
--brand-gradient-button: rgba(255, 255, 255, 0.5);
--brand-gradient-border: rgba(64, 38, 32, 0.15);
--brand-gradient-fade-out-color: linear-gradient(to bottom, rgba(235, 217, 213, 0), #ecd2d0 70%);
--brand-gradient-border: rgba(32, 64, 32, 0.15);
--brand-gradient-fade-out-color: linear-gradient(to bottom, rgba(213, 235, 224, 0), #d0ece0 70%);
--color-button-bg-selected: var(--color-brand);
--color-button-text-selected: var(--color-accent-contrast);
@@ -136,11 +136,11 @@ html {
--color-contrast: var(--dark-color-contrast);
--color-accent-contrast: #000000;
--color-red: #fa3d3d;
--color-orange: #edbb22;
--color-green: #249D3F;
--color-red: #ff496e;
--color-orange: #ffa347;
--color-green: #1bd96a;
--color-blue: #4f9cff;
--color-purple: #A379C9;
--color-purple: #c78aff;
--color-gray: #9fa4b3;
--color-red-highlight: rgba(255, 73, 110, 0.25);
@@ -156,9 +156,9 @@ html {
--color-blue-bg: rgba(79, 156, 255, 0.2);
--color-purple-bg: rgba(199, 138, 255, 0.2);
--color-brand: #F16436;
--color-brand-highlight: rgba(242, 101, 53, 0.25);
--color-brand-shadow: rgba(242, 101, 53, 0.7);
--color-brand: var(--color-green);
--color-brand-highlight: rgba(27, 217, 106, 0.25);
--color-brand-shadow: rgba(27, 217, 106, 0.7);
--shadow-inset-lg: inset 0px -2px 2px hsla(221, 39%, 11%, 0.1);
--shadow-inset: inset 0px -2px 2px hsla(221, 39%, 11%, 0.05);
@@ -171,11 +171,11 @@ html {
--shadow-card: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px;
--brand-gradient-bg: linear-gradient(0deg, rgba(35, 22, 14, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
--brand-gradient-strong-bg: linear-gradient(270deg, #110909 10%, #1f1613 100%);
--brand-gradient-bg: linear-gradient(0deg, rgba(14, 35, 19, 0.2) 0%, rgba(55, 137, 73, 0.1) 100%);
--brand-gradient-strong-bg: linear-gradient(270deg, #09110d 10%, #131f17 100%);
--brand-gradient-button: rgba(255, 255, 255, 0.08);
--brand-gradient-border: rgba(255, 190, 155, 0.08);
--brand-gradient-fade-out-color: linear-gradient(to bottom, rgba(31, 24, 24, 0), #1e1717 80%);
--brand-gradient-border: rgba(155, 255, 160, 0.08);
--brand-gradient-fade-out-color: linear-gradient(to bottom, rgba(24, 30, 31, 0), #171d1e 80%);
--color-button-bg-selected: var(--color-brand-highlight);
--color-button-text-selected: var(--color-brand);
@@ -208,13 +208,13 @@ html {
--brand-gradient-bg: linear-gradient(
0deg,
rgba(66, 30, 22, 0.15) 0%,
rgba(137, 77, 55, 0.1) 100%
rgba(22, 66, 51, 0.15) 0%,
rgba(55, 137, 73, 0.1) 100%
);
--brand-gradient-strong-bg: linear-gradient(
270deg,
rgba(18, 10, 9, 0.6) 10%,
rgba(31, 21, 19, 0.5) 100%
rgba(9, 18, 14, 0.6) 10%,
rgba(19, 31, 23, 0.5) 100%
);
}
@@ -253,7 +253,7 @@ html {
}
.dark-experiments {
--color-button-bg: #333333;
--color-button-bg: #33363d;
}
.dark-mode:not(.oled-mode),
@@ -270,7 +270,3 @@ html {
@extend .dark-experiments;
}
}
* {
border-radius: 0!important;
}

View File

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