-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathindex.css
More file actions
16 lines (14 loc) · 568 Bytes
/
index.css
File metadata and controls
16 lines (14 loc) · 568 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@source "node_modules/react-lib-tools";
@import "tailwindcss";
@import "react-lib-tools/styles.css";
@theme {
--color-background-gradient-1: var(--color-green-300);
--color-background-gradient-2: var(--color-emerald-600);
--color-background-gradient-3: var(--color-teal-400);
--color-common-question-header: var(--color-emerald-200);
--color-focus-1: var(--color-green-200);
--color-focus-2: var(--color-green-300);
--color-focus-3: var(--color-green-500);
--color-nav-active: var(--color-emerald-300);
--color-nav-hover: var(--color-green-200);
}