@@ -15,6 +15,157 @@ Axe accessibility (2) - axe-core integration
1515
1616\[ color: var \( --color-(.* ?)\)\]
1717
18+ ## Color vars
19+
20+ brand primary: #001733
21+ brand secondary: #0062B6
22+
23+ src/components: 427
24+ src/lib: 13
25+ src/pages: 250
26+
27+ Applies a solid border of currentColor to an element:
28+
29+ ring (1px), ring-2, ring-4
30+ accent
31+
32+ ### text-white
33+
34+ - Button - success button text
35+ - Button - success button hover text
36+ - Button - success button focus text
37+
38+ ### --color-bg: 57 #f3f4f6
39+
40+ - [ tag] - main content background
41+
42+ ### --color-bg-offset: 48 #e5e7eb
43+
44+ - Avatar - wrapper for fallback that just shows initials
45+ - Button - icon button hover background
46+ - Button - icon button focus background
47+ - Button - icon button active background
48+
49+ ### --color-bg-inverse: 2 #001a39
50+
51+ ### --color-text: 141 #374151
52+
53+ - Button - primary button text
54+ - Button - primary button focus text
55+ - Button - secondary button text
56+ - Button - secondary button hover text
57+ - Button - secondary button focus text
58+ - Button - icon button text
59+ - Button - twitter button text
60+ - [ tag] - H1
61+
62+ ### --color-text-offset: 103 #9ca3af
63+
64+ - Avatar - test in wrapper for fallback that just shows initials
65+ - [ tag] - header text
66+
67+ ### --color-border: 68 #f0f4ff
68+
69+ ### --color-primary: 180 #006dca
70+
71+ - Button - primary button background
72+ - [ tag] - header anchor text
73+
74+ ### --color-primary-offset: 14 #00386d
75+
76+ - Button - primary button focus background
77+ - Hamburger Menu Icon - SVG background fill
78+
79+ ### --color-primary-bg: 7 #dbeafe
80+
81+ ### --color-primary-bg-hover: 1 #bfdbfe
82+
83+ ### --color-primary-hover: 15 #0056a3
84+
85+ ### --color-secondary: 5 #facc15
86+
87+ - Button - secondary button background
88+
89+ ### --color-secondary-offset: 7 #ca8a04
90+
91+ - Button - secondary button hover background
92+ - Button - secondary button focus background
93+ - Button - secondary button active background
94+
95+ ### --color-secondary-bg: 1 #fef3c7
96+
97+ ### --color-success: 19 #16a34a
98+
99+ - Button - success button background
100+
101+ ### --color-success-offset: 7 #22c55e
102+
103+ - Button - success button hover background
104+ - Button - success button focus background
105+ - Button - success button active background
106+
107+ ### --color-success-bg: 6 #dcfce7
108+
109+ ### --color-info: 1 #0891b2
110+
111+ ### --color-info-bg: 2 #cffafe
112+
113+ ### --color-warning: 5 #a16207
114+
115+ - Button - warning button background
116+
117+ ### --color-warning-offset: 3 #ca8a04
118+
119+ - Button - warning button hover background
120+ - Button - warning button focus background
121+ - Button - warning button active background
122+
123+ ### --color-warning-bg: 1 #fef3c7
124+
125+ ### --color-danger: 16 #dc2626
126+
127+ ### --color-danger-bg: 5 #fecaca
128+
129+ ### --color-accent: 10 #7c3aed
130+
131+ ### --color-accent-bg: 1 #ede9fe
132+
133+ ### --color-link-shadow: 2 #2563eb
134+
135+ --color-share-highlight-text: 1
136+ --color-share-highlight-bg: 1
137+ --color-share-highlight-text-active: 1
138+ --color-share-highlight-bg-active: 1
139+ --color-share-highlight-tooltip-text: 1
140+ --color-share-highlight-tooltip-bg: 1
141+
142+ --shiki-theme: 0
143+
144+ ### --shadow-sm: 4
145+
146+ - Button - primary button shadow
147+
148+ ### --shadow-md: 1
149+
150+ ### --shadow-hover: 8
151+
152+ - Button - primary button focus shadow
153+
154+ ### --shadow-active: 4
155+
156+ - Button - secondary button active shadow
157+
158+ ### --shadow-text: 4
159+
160+ - Button - primary button text-shadow
161+
162+ ### --color-twitter: 4
163+
164+ - Button - twitter button background
165+ - Button - twitter button border
166+ - Button - twitter button hover background
167+ - Button - twitter button focus background
168+
18169## Axe tags
19170
20171cat.aria: Rules related to Accessible Rich Internet Applications (ARIA) attributes and roles.
0 commit comments