21 lines
327 B
CSS
21 lines
327 B
CSS
:root {
|
|
--red: #FF3B3B;
|
|
--green: #2E9D04;
|
|
|
|
--fg: #1a1a1a;
|
|
--bg: #ffffff;
|
|
|
|
--input-fg: #1a1a1a;
|
|
--input-bg: #d0e6ff;
|
|
--input-placeholder: #888888;
|
|
--input-border-color: #a5a5a5;
|
|
|
|
--bg-secondary: hsl(0, 0%, 45%);
|
|
|
|
--primary: #71b737;
|
|
--on-primary: #ffffff;
|
|
--border-primary: #71b737;
|
|
|
|
--is-dark: 0;
|
|
}
|