mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
42 lines
1.3 KiB
CSS
42 lines
1.3 KiB
CSS
:root.anti-lockout {
|
|
/*CHANGE THESE FOR THEMES*/
|
|
--tooltip-bg: rgb(215, 82, 0);
|
|
--select-bg: #b8772c;
|
|
--ram-bg: #4d4d4e;
|
|
--base-text: white;
|
|
--outline: #c73929;
|
|
--card-banner-bg: #de7c26;
|
|
--deep-bg: #912f2f;
|
|
--dropdown-bg: #c83b3b;
|
|
/*END THEME VARIATION*/
|
|
--blue: #00aeef;
|
|
--indigo: #6610f2;
|
|
--purple: #ab8ce4;
|
|
--pink: #E91E63;
|
|
--red: #ff0017;
|
|
--orange: #fb9678;
|
|
--yellow: #ffd500;
|
|
--green: #3bd949;
|
|
--teal: #58d8a3;
|
|
--cyan: #57c7d4;
|
|
--white: #ffffff;
|
|
--white-smoke: #f3f5f6;
|
|
--gray: #6c757d;
|
|
--gray-light: #8ba2b5;
|
|
--gray-lightest: #f7f7f9;
|
|
--primary: #dbc900;
|
|
--secondary: #dde4eb;
|
|
--success: #adff84;
|
|
--info: #dbc900;
|
|
--warning: #ffaf00;
|
|
--danger: #ff6258;
|
|
--light: #fbfbfb;
|
|
--dark: #252C46;
|
|
--breakpoint-xs: 0;
|
|
--breakpoint-sm: 576px;
|
|
--breakpoint-md: 768px;
|
|
--breakpoint-lg: 992px;
|
|
--breakpoint-xl: 1200px;
|
|
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
} |