diff options
Diffstat (limited to 'docs/public/theme.css')
-rw-r--r-- | docs/public/theme.css | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/docs/public/theme.css b/docs/public/theme.css index 660258a6d..551ee15e0 100644 --- a/docs/public/theme.css +++ b/docs/public/theme.css @@ -15,13 +15,12 @@ * ex: * * --color-base-{color}: {hue}, {saturation}; - * hsla(215, 28%, 17%, 1); + * */ --color-base-white: 0, 0%; --color-base-black: 240, 100%; --color-base-gray: 215, 14%; - --color-base-dark-grey: 215, 28%; --color-base-blue: 212, 100%; --color-base-blue-dark: 212, 72%; --color-base-green: 158, 79%; @@ -56,11 +55,6 @@ --color-purple: var(--color-base-purple), 54%; --color-red: var(--color-base-red), 54%; --color-yellow: var(--color-base-yellow), 59%; - --color-grey-dark:var(--color-base-dark-grey),17%; - --color-shadow-lightest: var(--color-base-white),88%; - --color-shadow-light: var(--color-base-white),75%; - --color-shadow-lightest: var(--color-base-white),88%; - --color-shadow-light: var(--color-base-white),75%; } :root { @@ -71,7 +65,6 @@ --theme-divider: hsla(var(--color-gray-95), 1); --theme-text: hsla(var(--color-gray-10), 1); --theme-text-light: hsla(var(--color-gray-40), 1); - --theme-box-shadow-light: hsla(var(var(--color-shadow-light))) /* @@@: not used anywhere */ --theme-text-lighter: hsla(var(--color-gray-80), 1); --theme-bg: hsla(var(--color-base-white), 100%, 1); @@ -86,9 +79,6 @@ --theme-navbar-height: 6rem; --theme-selection-color: hsla(var(--color-orange), 1); --theme-selection-bg: hsla(var(--color-orange), var(--theme-accent-opacity)); - --theme-card-bg: linear-gradient(-76deg,#00000078, hsl(0deg 7% 58% / 34%) 39%, transparent); - --theme-card-box-shadow: -4px -2px 20px 2px #c6c6cf, 12px 12px 30px -8px #353439; - --theme-card-divider:#a09e9e70; } body { @@ -107,19 +97,17 @@ body { /* @@@: not used anywhere */ --theme-text-lighter: hsla(var(--color-gray-40), 1); - --theme-bg: hsla(var(--color-grey-dark), 1); + --theme-bg: hsla(215, 28%, 17%, 1); --theme-bg-hover: hsla(var(--color-gray-40), 1); --theme-bg-offset: hsla(var(--color-gray-5), 1); --theme-code-inline-bg: hsla(var(--color-gray-10), 1); --theme-code-inline-text: hsla(var(--color-base-white), 100%, 1); --theme-code-bg: hsla(var(--color-gray-5), 1); --theme-code-text: hsla(var(--color-base-white), 100%, 1); - --theme-navbar-bg: hsla(var(--color-grey-dark), 1); + --theme-navbar-bg: hsla(215, 28%, 17%, 1); --theme-selection-color: hsla(var(--color-base-white), 100%, 1); --theme-selection-bg: hsla(var(--color-purple), var(--theme-accent-opacity)); - --theme-card-bg: linear-gradient(96deg, #243245, #1c2532 50%,#000000cf 100%);; - --theme-card-box-shadow:13px 9px 12px 0px #10151c, -4px -2px 20px 2px #2e3d52; - --theme-card-divider:#2e3a49; + /* DocSearch [Algolia] */ --docsearch-modal-background: var(--theme-bg); --docsearch-searchbox-focus-background: var(--theme-divider); |