@intergrav/dev.css 3.6.2 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,26 @@
1
+ /* ==userstyle==
2
+ @name catppuccin macchiato and latte for dev.css
3
+ @description dev.css theme based on catppuccin's macchiato and latte colors - https://github.com/catppuccin
4
+ @namespace intergrav
5
+ @version 1.0.0
6
+ @author intergrav <intergrav@proton.me> (https://devins.page)
7
+ @homepageURL https://devcss.devins.page
8
+ @supportURL https://github.com/intergrav/dev.css/issues
9
+ @license MIT
10
+ ==/userstyle== */
11
+
12
+ :root {
13
+ /* colors - latte and macchiato */
14
+ --dc-cs: light dark; /* light/dark scrollbars, inputs, etc */
15
+ --dc-tx-1: light-dark(#4c4f69, #cad3f5); /* primary text | Text */
16
+ --dc-tx-2: light-dark(#4c4f69, #cad3f5); /* secondary text | Text */
17
+ --dc-bg-1: light-dark(#eff1f5, #24273a); /* primary background | Base */
18
+ --dc-bg-2: light-dark(#e6e9ef, #1e2030); /* secondary background | Mantle */
19
+ --dc-bg-3: light-dark(#ccd0da, #363a4f); /* border | Surface0 */
20
+ --dc-lk-1: light-dark(#1e66f5, #8aadf4); /* link text | Blue */
21
+ --dc-lkb-1: light-dark(#bcc0cc, #494d64); /* link button | Surface1 */
22
+ --dc-lkb-2: light-dark(#ccd0da, #363a4f); /* link button hover | Surface0 */
23
+ --dc-lkb-tx: light-dark(#4c4f69, #cad3f5); /* text over link button | Text */
24
+ --dc-ac-1: light-dark(#8839ef, #c6a0f6); /* accent color | Mauve */
25
+ --dc-ac-tx: light-dark(#eff1f5, #24273a); /* text over accent color | Base */
26
+ }
@@ -0,0 +1,26 @@
1
+ /* ==userstyle==
2
+ @name catppuccin mocha and latte for dev.css
3
+ @description dev.css theme based on catppuccin's mocha and latte colors - https://github.com/catppuccin
4
+ @namespace intergrav
5
+ @version 1.0.0
6
+ @author intergrav <intergrav@proton.me> (https://devins.page)
7
+ @homepageURL https://devcss.devins.page
8
+ @supportURL https://github.com/intergrav/dev.css/issues
9
+ @license MIT
10
+ ==/userstyle== */
11
+
12
+ :root {
13
+ /* colors - latte and mocha */
14
+ --dc-cs: light dark; /* light/dark scrollbars, inputs, etc */
15
+ --dc-tx-1: light-dark(#4c4f69, #cdd6f4); /* primary text | Text */
16
+ --dc-tx-2: light-dark(#4c4f69, #cdd6f4); /* secondary text | Text */
17
+ --dc-bg-1: light-dark(#eff1f5, #1e1e2e); /* primary background | Base */
18
+ --dc-bg-2: light-dark(#e6e9ef, #181825); /* secondary background | Mantle */
19
+ --dc-bg-3: light-dark(#ccd0da, #313244); /* border | Surface0 */
20
+ --dc-lk-1: light-dark(#1e66f5, #89b4fa); /* link text | Blue */
21
+ --dc-lkb-1: light-dark(#bcc0cc, #45475a); /* link button | Surface1 */
22
+ --dc-lkb-2: light-dark(#ccd0da, #313244); /* link button hover | Surface0 */
23
+ --dc-lkb-tx: light-dark(#4c4f69, #cdd6f4); /* text over link button | Text */
24
+ --dc-ac-1: light-dark(#8839ef, #cba6f7); /* accent color | Mauve */
25
+ --dc-ac-tx: light-dark(#eff1f5, #1e1e2e); /* text over accent color | Base */
26
+ }
@@ -0,0 +1,26 @@
1
+ /* ==userstyle==
2
+ @name day for dev.css
3
+ @description dev.css theme that makes it always light mode regardless of device setting
4
+ @namespace intergrav
5
+ @version 1.0.0
6
+ @author intergrav <intergrav@proton.me> (https://devins.page)
7
+ @homepageURL https://devcss.devins.page
8
+ @supportURL https://github.com/intergrav/dev.css/issues
9
+ @license MIT
10
+ ==/userstyle== */
11
+
12
+ :root {
13
+ /* colors */
14
+ --dc-cs: light;
15
+ --dc-tx-1: #171717;
16
+ --dc-tx-2: #666;
17
+ --dc-bg-1: #fff;
18
+ --dc-bg-2: #fafafa;
19
+ --dc-bg-3: #ebebeb;
20
+ --dc-lk-1: #005ff2;
21
+ --dc-lkb-1: #006bff;
22
+ --dc-lkb-2: #0059ec;
23
+ --dc-lkb-tx: #fff;
24
+ --dc-ac-1: #a000f8;
25
+ --dc-ac-tx: #fff;
26
+ }
@@ -0,0 +1,26 @@
1
+ /* ==userstyle==
2
+ @name night for dev.css
3
+ @description dev.css theme that makes it always dark mode regardless of device setting
4
+ @namespace intergrav
5
+ @version 1.0.0
6
+ @author intergrav <intergrav@proton.me> (https://devins.page)
7
+ @homepageURL https://devcss.devins.page
8
+ @supportURL https://github.com/intergrav/dev.css/issues
9
+ @license MIT
10
+ ==/userstyle== */
11
+
12
+ :root {
13
+ /* colors */
14
+ --dc-cs: dark;
15
+ --dc-tx-1: #ededed;
16
+ --dc-tx-2: #a1a1a1;
17
+ --dc-bg-1: #0a0a0a;
18
+ --dc-bg-2: #000;
19
+ --dc-bg-3: #2e2e2e;
20
+ --dc-lk-1: #47a8ff;
21
+ --dc-lkb-1: #006efe;
22
+ --dc-lkb-2: #005be7;
23
+ --dc-lkb-tx: #fff;
24
+ --dc-ac-1: #9440d5;
25
+ --dc-ac-tx: #fff;
26
+ }
@@ -0,0 +1,29 @@
1
+ /* ==userstyle==
2
+ @name terminal for dev.css
3
+ @description dev.css theme that has a similar look to a computer terminal
4
+ @namespace intergrav
5
+ @version 1.0.0
6
+ @author intergrav <intergrav@proton.me> (https://devins.page)
7
+ @homepageURL https://devcss.devins.page
8
+ @supportURL https://github.com/intergrav/dev.css/issues
9
+ @license MIT
10
+ ==/userstyle== */
11
+
12
+ :root {
13
+ /* font families */
14
+ --dc-font: var(--dc-font-mono);
15
+
16
+ /* colors */
17
+ --dc-cs: dark;
18
+ --dc-tx-1: #ffffff;
19
+ --dc-tx-2: #eeeeee;
20
+ --dc-bg-1: #001a00;
21
+ --dc-bg-2: #000;
22
+ --dc-bg-3: #005800;
23
+ --dc-lk-1: #00ff00;
24
+ --dc-lkb-1: #00ff00;
25
+ --dc-lkb-2: #00d400;
26
+ --dc-lkb-tx: #000;
27
+ --dc-ac-1: #00ff00;
28
+ --dc-ac-tx: #000;
29
+ }
@@ -1,97 +0,0 @@
1
- /* addon for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
2
- /* about: turns the header into a sidebar if the viewport is wide enough */
3
- /* warn: if using with the header-sticky or header-oneline addon, be sure to include this after it */
4
-
5
- @media (min-width: 84rem) {
6
- header {
7
- all: unset;
8
- }
9
-
10
- header * {
11
- margin-top: 0;
12
- margin-bottom: 0.25rem;
13
- }
14
-
15
- header {
16
- padding: 3rem 2rem;
17
- padding-right: 0;
18
- position: fixed;
19
- top: 0;
20
- left: calc(50% - ((48rem + 4rem) / 2) - (16rem));
21
- width: 16rem;
22
- height: calc(100% - 6rem);
23
- overflow-y: auto;
24
- }
25
-
26
- header nav ul {
27
- padding-left: 1rem;
28
- border-top: 1px solid var(--dc-bg-3);
29
- padding-top: 1rem;
30
- margin-top: 0.75rem;
31
- }
32
-
33
- header nav ul li {
34
- display: list-item;
35
- }
36
-
37
- header nav ul li:not(:first-child)::before {
38
- content: unset;
39
- }
40
-
41
- /* hacky: reset stuff to default incase you are using header-oneline.css */
42
- h1 {
43
- font-size: 2rem !important;
44
- }
45
-
46
- h2 {
47
- font-size: 1.5rem !important;
48
- }
49
-
50
- h3 {
51
- font-size: 1.17rem !important;
52
- }
53
-
54
- h4,
55
- p,
56
- a {
57
- font-size: 1rem !important;
58
- }
59
-
60
- h5 {
61
- font-size: 0.83rem !important;
62
- }
63
-
64
- h6 {
65
- font-size: 0.67rem !important;
66
- }
67
-
68
- header nav {
69
- font-size: 1rem !important;
70
- }
71
-
72
- header h2 header h3,
73
- header h4,
74
- header h5,
75
- header h6 {
76
- color: var(--dc-tx-1);
77
- font-weight: bold;
78
- }
79
-
80
- header h1,
81
- header h2,
82
- header h3,
83
- header h4,
84
- header h5,
85
- header h6 {
86
- white-space: normal;
87
- line-height: 1;
88
- }
89
-
90
- header h2::after,
91
- header h3::after,
92
- header h4::after,
93
- header h5::after,
94
- header h6::after {
95
- content: unset;
96
- }
97
- }
package/demo.html DELETED
@@ -1,290 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Demo - dev.css</title>
7
- <link rel="stylesheet" href="dev.css" />
8
- <link
9
- rel="stylesheet"
10
- href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist.min.css"
11
- />
12
- <link
13
- rel="stylesheet"
14
- href="https://cdn.jsdelivr.net/npm/@intergrav/fonts@1/serve/geist-mono.min.css"
15
- />
16
- </head>
17
-
18
- <body>
19
- <header>
20
- <h1>dev.css</h1>
21
- <p>This is the demo page for dev.css.</p>
22
- <nav>
23
- <ul>
24
- <li><a href="demo">Demo</a></li>
25
- <li><a href="https://github.com/intergrav/dev.css">GitHub</a></li>
26
- <li>
27
- <a href="https://www.npmjs.com/package/@intergrav/dev.css">npm</a>
28
- </li>
29
- <li>
30
- <a href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css/"
31
- >jsDelivr</a
32
- >
33
- </li>
34
- </ul>
35
- </nav>
36
- </header>
37
-
38
- <h1>Demo</h1>
39
- <p>
40
- This is the demo page for dev.css, a classless, lightweight, and accessible CSS framework!
41
- </p>
42
- <h2>Heading 2</h2>
43
- <p>
44
- This is paragraph text. Lorem ipsum dolor sit amet consectetur adipisicing
45
- elit.
46
- </p>
47
- <h3>Heading 3</h3>
48
- <p>
49
- This is paragraph text. Lorem ipsum dolor sit amet consectetur adipisicing
50
- elit.
51
- </p>
52
- <h4>Heading 4</h4>
53
- <p>
54
- This is paragraph text. Lorem ipsum dolor sit amet consectetur adipisicing
55
- elit.
56
- </p>
57
- <h5>Heading 5</h5>
58
- <p>
59
- This is paragraph text. Lorem ipsum dolor sit amet consectetur adipisicing
60
- elit.
61
- </p>
62
- <h6>Heading 6</h6>
63
- <p>
64
- This is paragraph text. Lorem ipsum dolor sit amet consectetur adipisicing
65
- elit.
66
- </p>
67
-
68
- <br />
69
- <hr />
70
- <br />
71
-
72
- <blockquote>
73
- This entire page was made with dev.css. You can view the source
74
- <a href="https://github.com/intergrav/dev.css/blob/main/demo.html">here</a
75
- >.
76
- </blockquote>
77
-
78
- <br />
79
- <hr />
80
- <br />
81
-
82
- <p>
83
- Lorem <mark>ipsum</mark> dolor sit amet
84
- <strong>consectetur</strong> adipisicing elit. Aut
85
- <i>harum molestias</i> labore amet possimus
86
- <s>exercitationem aperiam</s> earum, doloribus
87
- <u>nobis ducimus</u> maiores quia voluptates quis omnis molestiae
88
- quisquam. <a href="#">Voluptatibus, officiis laudantium?</a>
89
- </p>
90
-
91
- <p>
92
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
93
- <code>Hic culpa, nobis doloremque</code> veniam non, nihil cupiditate odit
94
- repellat est <kbd>ALT + F4</kbd> expedita facilis. Fuga aspernatur, alias
95
- debitis eveniet totam minima vel.
96
- </p>
97
-
98
- <ul>
99
- <li>List item</li>
100
- <li>List item</li>
101
- <li>List item</li>
102
- <li>List item</li>
103
- </ul>
104
-
105
- <ol>
106
- <li>Step 1</li>
107
- <li>Step 2</li>
108
- <li>????</li>
109
- <li>Profit!</li>
110
- </ol>
111
-
112
- <dl>
113
- <dt>Web</dt>
114
- <dd>The part of the Internet that contains websites and web pages</dd>
115
- <dt>HTML</dt>
116
- <dd>A markup language for creating web pages</dd>
117
- <dt>CSS</dt>
118
- <dd>A technology to make HTML look better</dd>
119
- </dl>
120
-
121
- <blockquote cite="https://en.wikiquote.org/wiki/Edward_Snowden">
122
- If you think privacy is unimportant for you because you have nothing to
123
- hide, you might as well say free speech is unimportant for you because you
124
- have nothing useful to say.
125
- <br />
126
- <br />
127
- – Edward Snowden
128
- </blockquote>
129
-
130
- <pre><code>&#x3C;!DOCTYPE html&#x3E;
131
- &#x3C;html&#x3E;
132
- &#x3C;head&#x3E;
133
- &#x3C;title&#x3E;Hello World&#x3C;/title&#x3E;
134
- &#x3C;/head&#x3E;
135
- &#x3C;body&#x3E;
136
- &#x3C;p&#x3E;Lorem ipsum dolor sit amet, consectetur adipiscing elit.&#x3C;/p&#x3E;
137
- &#x3C;/body&#x3E;
138
- &#x3C;/html&#x3E;</code></pre>
139
-
140
- <br />
141
- <hr />
142
- <br />
143
-
144
- <details>
145
- <summary>Click me!</summary>
146
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
147
- </details>
148
-
149
- <br />
150
- <hr />
151
- <br />
152
-
153
- <table>
154
- <caption>
155
- Ho-kago Tea Time
156
- </caption>
157
- <thead>
158
- <tr>
159
- <th>Name</th>
160
- <th>Instrument</th>
161
- </tr>
162
- </thead>
163
- <tbody>
164
- <tr>
165
- <td>Yui Hirasawa</td>
166
- <td>Lead Guitar</td>
167
- </tr>
168
- <tr>
169
- <td>Mio Akiyama</td>
170
- <td>Bass</td>
171
- </tr>
172
- <tr>
173
- <td>Ritsu Tainaka</td>
174
- <td>Drums</td>
175
- </tr>
176
- <tr>
177
- <td>Tsumugi Kotobuki</td>
178
- <td>Keyboard</td>
179
- </tr>
180
- <tr>
181
- <td>Azusa Nakano</td>
182
- <td>Rhythm Guitar</td>
183
- </tr>
184
- </tbody>
185
- <tfoot>
186
- <tr>
187
- <th>Name</th>
188
- <th>Instrument</th>
189
- </tr>
190
- </tfoot>
191
- </table>
192
-
193
- <br />
194
- <hr />
195
- <br />
196
-
197
- <form>
198
- <p>
199
- <em>
200
- This is not a real form and does not submit or save any information.
201
- </em>
202
- </p>
203
- <p>
204
- <label>First name</label><br />
205
- <input type="text" name="first_name" />
206
- </p>
207
- <p>
208
- <label>Last name</label><br />
209
- <input type="text" name="last_name" />
210
- </p>
211
- <p>
212
- <label>Gender</label><br />
213
- <label>
214
- <input type="radio" name="gender" value="Male" />
215
- Male
216
- </label>
217
- <br />
218
- <label>
219
- <input type="radio" name="gender" value="Female" />
220
- Female
221
- </label>
222
- <br />
223
- <label>
224
- <input type="radio" name="gender" value="other-none-na" />
225
- Non-binary
226
- </label>
227
- </p>
228
- <p>
229
- <label>Email</label><br />
230
- <input type="email" name="email" required="" />
231
- </p>
232
- <p>
233
- <label>Phone number</label><br />
234
- <input type="tel" name="phone" />
235
- </p>
236
- <p>
237
- <label>Password</label><br />
238
- <input type="password" name="password" />
239
- </p>
240
- <p>
241
- <label>Country</label><br />
242
- <select>
243
- <option>China</option>
244
- <option>India</option>
245
- <option>United States</option>
246
- <option>Indonesia</option>
247
- <option>Brazil</option>
248
- </select>
249
- </p>
250
- <p>
251
- <label>Comments</label><br />
252
- <textarea></textarea>
253
- </p>
254
- <p>
255
- <label>
256
- <input type="checkbox" value="terms" />
257
- I agree to the <a>terms and conditions</a>
258
- </label>
259
- </p>
260
- <p>
261
- <button>Sign up</button>
262
- <button type="reset">Reset form</button>
263
- <button disabled="disabled">Disabled</button>
264
- </p>
265
- </form>
266
-
267
- <br />
268
- <hr />
269
- <br />
270
-
271
- <img
272
- src="https://elements.xz.style/assets/fuji-daniel-hehn.jpg"
273
- alt="Mt. Fuji"
274
- />
275
-
276
- <p>
277
- Inline image:
278
- <a href="#"
279
- ><img
280
- src="https://elements.xz.style/assets/fuji-daniel-hehn.jpg"
281
- width="50"
282
- alt="Mt. Fuji"
283
- /></a>
284
- </p>
285
-
286
- <footer>
287
- <p>This is an optional footer.</p>
288
- </footer>
289
- </body>
290
- </html>
@@ -1,54 +0,0 @@
1
- /* theme for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
2
- /* about: a template that you can modify, but with an automatic light/dark mode */
3
- /* note: you can remove lines that you want to keep as the dev.css default, such as the font lines */
4
-
5
- :root {
6
- /* font families */
7
- --dc-font-sans: sans-serif; /* sans serif */
8
- --dc-font-mono: monospace; /* monospace */
9
-
10
- /* light colors */
11
- --dc-cs: light; /* light/dark scrollbars, inputs, etc */
12
- --dc-tx-1: #000000; /* primary text */
13
- --dc-tx-2: #1a1a1a; /* secondary text */
14
- --dc-bg-1: #fafafa; /* main background */
15
- --dc-bg-2: #fff; /* secondary background */
16
- --dc-bg-3: #ebebeb; /* outlines */
17
- --dc-lk-1: #0068d6; /* link text */
18
- --dc-lkb-1: #0072f5; /* link button background */
19
- --dc-lkb-2: #0062d1; /* link button background (hover) */
20
- --dc-lkb-tx: #ededed; /* link button text */
21
- --dc-ac-1: #8e4ec6; /* accent color */
22
- --dc-ac-tx: #ededed; /* accent color text */
23
-
24
- /* dark colors */
25
- --dc-d-cs: dark;
26
- --dc-d-tx-1: #ededed;
27
- --dc-d-tx-2: #a1a1a1;
28
- --dc-d-bg-1: #000;
29
- --dc-d-bg-2: #0a0a0a;
30
- --dc-d-bg-3: #2e2e2e;
31
- --dc-d-lk-1: #52a8ff;
32
- --dc-d-lkb-1: #0072f5;
33
- --dc-d-lkb-2: #0062d1;
34
- --dc-d-lkb-tx: #ededed;
35
- --dc-d-ac-1: #8e4ec6;
36
- --dc-d-ac-tx: #ededed;
37
- }
38
-
39
- @media (prefers-color-scheme: dark) {
40
- :root {
41
- --dc-cs: var(--dc-d-cs);
42
- --dc-tx-1: var(--dc-d-tx-1);
43
- --dc-tx-2: var(--dc-d-tx-2);
44
- --dc-bg-1: var(--dc-d-bg-1);
45
- --dc-bg-2: var(--dc-d-bg-2);
46
- --dc-bg-3: var(--dc-d-bg-3);
47
- --dc-lk-1: var(--dc-d-lk-1);
48
- --dc-lkb-1: var(--dc-d-lkb-1);
49
- --dc-lkb-2: var(--dc-d-lkb-2);
50
- --dc-lkb-tx: var(--dc-d-lkb-tx);
51
- --dc-ac-1: var(--dc-d-ac-1);
52
- --dc-ac-tx: var(--dc-d-ac-tx);
53
- }
54
- }
@@ -1,23 +0,0 @@
1
- /* theme for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
2
- /* about: a template that you can modify */
3
- /* note: you can remove lines that you want to keep as the dev.css default, such as the font lines */
4
-
5
- :root {
6
- /* font families */
7
- --dc-font-sans: sans-serif; /* sans serif */
8
- --dc-font-mono: monospace; /* monospace */
9
-
10
- /* colors */
11
- --dc-cs: light; /* light/dark scrollbars, inputs, etc */
12
- --dc-tx-1: #000000; /* primary text */
13
- --dc-tx-2: #1a1a1a; /* secondary text */
14
- --dc-bg-1: #fafafa; /* main background */
15
- --dc-bg-2: #fff; /* secondary background */
16
- --dc-bg-3: #ebebeb; /* outlines */
17
- --dc-lk-1: #0068d6; /* link text */
18
- --dc-lkb-1: #0072f5; /* link button background */
19
- --dc-lkb-2: #0062d1; /* link button background (hover) */
20
- --dc-lkb-tx: #ededed; /* link button text */
21
- --dc-ac-1: #8e4ec6; /* accent color */
22
- --dc-ac-tx: #ededed; /* accent color text */
23
- }
@@ -1,50 +0,0 @@
1
- /* theme for dev.css v3, a classless CSS framework - https://github.com/intergrav/dev.css */
2
- /* about: catppuccin's frappé color scheme - https://github.com/catppuccin */
3
- /* note: this will use catppuccin latte if the user's device prefers light mode for accessibility and consistency */
4
-
5
- :root {
6
- /* light colors - latte */
7
- --dc-cs: light;
8
- --dc-tx-1: #4c4f69; /* primary text | Text */
9
- --dc-tx-2: #4c4f69; /* secondary text | Text */
10
- --dc-bg-1: #e6e9ef; /* main background | Mantle */
11
- --dc-bg-2: #eff1f5; /* secondary background | Base */
12
- --dc-bg-3: #ccd0da; /* outlines | Surface0 */
13
- --dc-lk-1: #1e66f5; /* link text | Blue */
14
- --dc-lkb-1: #bcc0cc; /* link button background | Surface1 */
15
- --dc-lkb-2: #ccd0da; /* link button background (hover) | Surface0 */
16
- --dc-lkb-tx: #4c4f69; /* link button text | Text */
17
- --dc-ac-1: #8839ef; /* accent color | Mauve */
18
- --dc-ac-tx: #eff1f5; /* accent color text | Base */
19
-
20
- /* dark colors */
21
- --dc-d-cs: dark;
22
- --dc-d-tx-1: #c6d0f5; /* primary text | Text */
23
- --dc-d-tx-2: #c6d0f5; /* secondary text | Text */
24
- --dc-d-bg-1: #292c3c; /* main background | Mantle */
25
- --dc-d-bg-2: #303446; /* secondary background | Base */
26
- --dc-d-bg-3: #414559; /* outlines | Surface0 */
27
- --dc-d-lk-1: #8caaee; /* link text | Blue */
28
- --dc-d-lkb-1: #51576d; /* link button background | Surface1 */
29
- --dc-d-lkb-2: #414559; /* link button background (hover) | Surface0 */
30
- --dc-d-lkb-tx: #c6d0f5; /* link button text | Text */
31
- --dc-d-ac-1: #ca9ee6; /* accent color | Mauve */
32
- --dc-d-ac-tx: #303446; /* accent color text | Base */
33
- }
34
-
35
- @media (prefers-color-scheme: dark) {
36
- :root {
37
- --dc-cs: var(--dc-d-cs);
38
- --dc-tx-1: var(--dc-d-tx-1);
39
- --dc-tx-2: var(--dc-d-tx-2);
40
- --dc-bg-1: var(--dc-d-bg-1);
41
- --dc-bg-2: var(--dc-d-bg-2);
42
- --dc-bg-3: var(--dc-d-bg-3);
43
- --dc-lk-1: var(--dc-d-lk-1);
44
- --dc-lkb-1: var(--dc-d-lkb-1);
45
- --dc-lkb-2: var(--dc-d-lkb-2);
46
- --dc-lkb-tx: var(--dc-d-lkb-tx);
47
- --dc-ac-1: var(--dc-d-ac-1);
48
- --dc-ac-tx: var(--dc-d-ac-tx);
49
- }
50
- }