Skip to content

Commit 169c09d

Browse files
authored
📚 Change syntax dropdown color (#191)
1 parent d61ed46 commit 169c09d

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

docs/additional.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ normally positioned just below the title of the article (shown below with non-st
2121

2222
`````{dropdown} Syntax
2323
:icon: code
24-
:color: light
24+
:color: primary
2525
2626
````{tab-set-code}
2727
```{literalinclude} ./snippets/myst/article-info.txt

docs/badges_buttons.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Badges are available in each semantic color, with filled and outline variants:
1919

2020
`````{dropdown} Syntax
2121
:icon: code
22-
:color: light
22+
:color: primary
2323
2424
````{tab-set-code}
2525
```{literalinclude} ./snippets/myst/badge-basic.txt
@@ -42,7 +42,7 @@ The syntax is the same as for the `ref` role.
4242

4343
`````{dropdown} Syntax
4444
:icon: code
45-
:color: light
45+
:color: primary
4646
4747
````{tab-set-code}
4848
```{literalinclude} ./snippets/myst/badge-link.txt
@@ -96,7 +96,7 @@ Reference Button text
9696

9797
`````{dropdown} Syntax
9898
:icon: code
99-
:color: light
99+
:color: primary
100100
101101
````{tab-set-code}
102102
```{literalinclude} ./snippets/myst/button-link.txt

docs/cards.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See the [Material Design](https://material.io/components/cards) and [Bootstrap c
1515

1616
`````{dropdown} Syntax
1717
:icon: code
18-
:color: light
18+
:color: primary
1919
2020
````{tab-set-code}
2121
```{literalinclude} ./snippets/myst/card-basic.txt
@@ -40,7 +40,7 @@ Footer
4040

4141
`````{dropdown} Syntax
4242
:icon: code
43-
:color: light
43+
:color: primary
4444
4545
````{tab-set-code}
4646
```{literalinclude} ./snippets/myst/card-head-foot.txt
@@ -117,7 +117,7 @@ Footer
117117

118118
`````{dropdown} Syntax
119119
:icon: code
120-
:color: light
120+
:color: primary
121121
122122
````{tab-set-code}
123123
```{literalinclude} ./snippets/myst/card-images.txt
@@ -153,7 +153,7 @@ The entire card can be clicked to navigate to the `cards-clickable` reference ta
153153

154154
`````{dropdown} Syntax
155155
:icon: code
156-
:color: light
156+
:color: primary
157157
158158
````{tab-set-code}
159159
```{literalinclude} ./snippets/myst/card-link.txt
@@ -225,7 +225,7 @@ content
225225

226226
`````{dropdown} Syntax
227227
:icon: code
228-
:color: light
228+
:color: primary
229229
230230
````{tab-set-code}
231231
```{literalinclude} ./snippets/myst/card-carousel.txt

docs/css_classes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Some CSS styled text
1111

1212
`````{dropdown} Syntax
1313
:icon: code
14-
:color: light
14+
:color: primary
1515
1616
````{tab-set-code}
1717
```{literalinclude} ./snippets/myst/div-basic.txt

docs/dropdowns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Dropdown content
2222

2323
`````{dropdown} Syntax
2424
:icon: code
25-
:color: light
25+
:color: primary
2626
2727
````{tab-set-code}
2828
```{literalinclude} ./snippets/myst/dropdown-basic.txt

docs/grids.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ D
3131

3232
`````{dropdown} Syntax
3333
:icon: code
34-
:color: light
34+
:color: primary
3535
3636
````{tab-set-code}
3737
```{literalinclude} ./snippets/myst/grid-basic.txt
@@ -82,7 +82,7 @@ B
8282

8383
`````{dropdown} Syntax
8484
:icon: code
85-
:color: light
85+
:color: primary
8686
8787
````{tab-set-code}
8888
```{literalinclude} ./snippets/myst/grid-card.txt
@@ -123,7 +123,7 @@ B
123123

124124
`````{dropdown} Syntax
125125
:icon: code
126-
:color: light
126+
:color: primary
127127
128128
````{tab-set-code}
129129
```{literalinclude} ./snippets/myst/grid-gutter.txt
@@ -162,7 +162,7 @@ C
162162

163163
`````{dropdown} Syntax
164164
:icon: code
165-
:color: light
165+
:color: primary
166166
167167
````{tab-set-code}
168168
```{literalinclude} ./snippets/myst/grid-card-columns.txt
@@ -256,7 +256,7 @@ Content
256256

257257
`````{dropdown} Syntax
258258
:icon: code
259-
:color: light
259+
:color: primary
260260
261261
````{tab-set-code}
262262
```{literalinclude} ./snippets/myst/grid-nested.txt

docs/tabs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Content 2
1919

2020
`````{dropdown} Syntax
2121
:icon: code
22-
:color: light
22+
:color: primary
2323
2424
````{tab-set-code}
2525
```{literalinclude} ./snippets/myst/tab-basic.txt
@@ -72,7 +72,7 @@ Content 2
7272

7373
`````{dropdown} Syntax
7474
:icon: code
75-
:color: light
75+
:color: primary
7676
7777
````{tab-set-code}
7878
```{literalinclude} ./snippets/myst/tab-sync.txt

0 commit comments

Comments
 (0)