Skip to content

Commit

Permalink
馃摎 Change syntax dropdown color (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed May 20, 2024
1 parent d61ed46 commit 169c09d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/additional.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ normally positioned just below the title of the article (shown below with non-st

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/article-info.txt
Expand Down
6 changes: 3 additions & 3 deletions docs/badges_buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Badges are available in each semantic color, with filled and outline variants:

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

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/badge-link.txt
Expand Down Expand Up @@ -96,7 +96,7 @@ Reference Button text

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/button-link.txt
Expand Down
10 changes: 5 additions & 5 deletions docs/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See the [Material Design](https://material.io/components/cards) and [Bootstrap c

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/card-basic.txt
Expand All @@ -40,7 +40,7 @@ Footer

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/card-head-foot.txt
Expand Down Expand Up @@ -117,7 +117,7 @@ Footer

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/card-images.txt
Expand Down Expand Up @@ -153,7 +153,7 @@ The entire card can be clicked to navigate to the `cards-clickable` reference ta

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/card-link.txt
Expand Down Expand Up @@ -225,7 +225,7 @@ content

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/card-carousel.txt
Expand Down
2 changes: 1 addition & 1 deletion docs/css_classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Some CSS styled text

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/div-basic.txt
Expand Down
2 changes: 1 addition & 1 deletion docs/dropdowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Dropdown content

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/dropdown-basic.txt
Expand Down
10 changes: 5 additions & 5 deletions docs/grids.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ D

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/grid-basic.txt
Expand Down Expand Up @@ -82,7 +82,7 @@ B

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/grid-card.txt
Expand Down Expand Up @@ -123,7 +123,7 @@ B

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/grid-gutter.txt
Expand Down Expand Up @@ -162,7 +162,7 @@ C

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/grid-card-columns.txt
Expand Down Expand Up @@ -256,7 +256,7 @@ Content

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/grid-nested.txt
Expand Down
4 changes: 2 additions & 2 deletions docs/tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Content 2

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/tab-basic.txt
Expand Down Expand Up @@ -72,7 +72,7 @@ Content 2

`````{dropdown} Syntax
:icon: code
:color: light
:color: primary
````{tab-set-code}
```{literalinclude} ./snippets/myst/tab-sync.txt
Expand Down

0 comments on commit 169c09d

Please sign in to comment.