1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-27 05:33:59 +00:00

Tweak component library slightly (#715)

This commit is contained in:
Oscar Hinton
2022-03-11 21:00:24 +01:00
committed by GitHub
parent 3f20122e5b
commit 41b199ab83
7 changed files with 90 additions and 39 deletions

View File

@@ -1,6 +1,7 @@
:root {
--color-background: #ffffff;
--color-background-elevation: #fbfbfb;
--color-background-alt: #fbfbfb;
--color-background-alt2: #175ddc;
--color-primary-300: #6795e8;
--color-primary-500: #175ddc;
@@ -12,21 +13,22 @@
--color-secondary-700: #212529;
--color-success-500: #017e45;
--color-success-700: #003f23;
--color-success-700: #00552e;
--color-danger-500: #c83522;
--color-danger-700: #641a11;
--color-danger-700: #98291b;
--color-warning-500: #8b6609;
--color-warning-700: #463304;
--color-warning-700: #694d05;
--color-info-500: #555555;
--color-info-700: #2b2b2b;
--color-info-700: #3b3a3a;
--color-text-main: #212529;
--color-text-muted: #6d757e;
--color-text-contrast: #ffffff;
--tw-ring-offset-color: #1f242e;
--tw-ring-offset-color: #fff;
}
.theme_light {
@@ -35,7 +37,8 @@
.theme_dark {
--color-background: #1f242e;
--color-background-elevation: #161c26;
--color-background-alt: #161c26;
--color-background-alt2: #2f343d;
--color-primary-300: #175ddc;
--color-primary-500: #6a99f0;
@@ -61,4 +64,6 @@
--color-text-main: #ffffff;
--color-text-muted: #bac0ce;
--color-text-contrast: #191e26;
--tw-ring-offset-color: #1f242e;
}