|
4 | 4 | */ |
5 | 5 |
|
6 | 6 | .theme-light { |
7 | | - --bg-background-primary: white; |
8 | | - --bg-background-secondary: #f7fafc; |
9 | | - --bg-background-tertiary: #e2e8f0; |
10 | | - |
11 | | - --bg-background-form: white; |
12 | | - |
13 | | - --text-copy-primary: #2d3748; |
14 | | - --text-copy-secondary: #4a5568; |
15 | | - |
16 | | - --border-border-color-primary: white; |
17 | | -} |
18 | | - |
19 | | -.theme-light .search-highlighted { |
20 | | - background: #f0fff4; |
21 | | -} |
22 | | - |
23 | | -.theme-light .search-hover:hover { |
24 | | - background: #f0fff4; |
25 | | -} |
26 | | - |
27 | | -.theme-dark .markdown-body { |
28 | | - color: #24292e; |
29 | | -} |
30 | | - |
31 | | -.theme-dark .search-highlighted { |
32 | | - background: #2d3748; |
33 | | -} |
34 | | - |
35 | | -.theme-dark .search-hover:hover { |
36 | | - background: #2d3748; |
| 7 | + /* |
| 8 | + ** Light Mode: Background Colors Variables |
| 9 | + */ |
| 10 | + --bg-background-primary: #f7f8fc; |
| 11 | + --bg-background-secondary: #ffffff; |
| 12 | + --bg-background-ternary: #f6f7f8; |
| 13 | + /* |
| 14 | + ** Light Mode: Body Text Colors Variables |
| 15 | + */ |
| 16 | + --text-liText-primary: rgba(107, 114, 128, 1); |
| 17 | + --text-liText-secondary: rgba(75, 85, 99, 1); |
| 18 | + --text-liText-ternary: rgba(31, 41, 55, 1); |
37 | 19 | } |
38 | 20 |
|
39 | 21 | .theme-dark { |
| 22 | + /* |
| 23 | + ** Dark Mode: Background Colors Variables |
| 24 | + */ |
40 | 25 | --bg-background-primary: #0d2438; |
41 | | - --bg-background-secondary: #102c44; |
42 | | - --bg-background-tertiary: #1e3951; |
43 | | - |
44 | | - --bg-background-form: #1a202c; |
45 | | - |
46 | | - --text-copy-primary: #cbd5e0; |
47 | | - --text-copy-secondary: #e2e8f0; |
48 | | - |
49 | | - --border-border-color-primary: #1a202c; |
50 | | -} |
51 | | - |
52 | | -.theme-dark .markdown-body { |
53 | | - color: #cbd5e0; |
54 | | -} |
55 | | - |
56 | | -.theme-dark nav .active { |
57 | | - @apply border-white border-b; |
58 | | -} |
59 | | - |
60 | | -.content-wrapper { |
61 | | - transition: background-color 0.25s; |
| 26 | + --bg-background-secondary: #102d44; |
| 27 | + --bg-background-ternary: #1e3851; |
| 28 | + /* |
| 29 | + ** Dark Mode: Body Text Colors Variables |
| 30 | + */ |
| 31 | + --text-liText-primary: #ffffff; |
| 32 | + --text-liText-secondary: #f7f8fc; |
| 33 | + --text-liText-ternary: #f6f7f8; |
62 | 34 | } |
0 commit comments