We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c965b commit da07c22Copy full SHA for da07c22
src/components/page/intro/next/DeveloperExperts/index.module.scss
@@ -1,5 +1,15 @@
1
+:global {
2
+ html[data-theme='dark'] {
3
+ --c-bg-dev-experts: var(--token-secondary-bg-c);
4
+ }
5
+
6
+ :root {
7
+ --c-bg-dev-experts: var(--c-indigo-10);
8
9
+}
10
11
.developerExperts {
- background-color: var(--c-indigo-10);
12
+ background-color: var(--c-bg-dev-experts);
13
14
padding: 2.5rem;
15
@@ -13,14 +23,16 @@
23
24
&Title {
25
margin-block-end: 0.5rem;
26
27
+ color: var(--token-heading-color-dark);
16
28
}
17
29
18
30
&Description {
19
31
margin-block-end: 2.5rem;
20
32
21
33
line-height: 1.6 !important;
22
34
- color: var(--c-indigo-90);
35
+ // color: var(--c-indigo-90);
36
37
38
&Links {
0 commit comments