Skip to content

Commit

Permalink
removed extra 'css' code block language alias
Browse files Browse the repository at this point in the history
  • Loading branch information
DillonMic committed Jul 23, 2024
1 parent 11639e7 commit defbeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/admonitions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ CSS class. Update the static RGB value of `.alert--secondary` to our new variabl
Now, let's add a color for when the page is in dark mode. The procedure is very similar to the
previous steps, excpt we are adding a new variable to the dark mode config!

```css css title="src/css/custom.css"
```css title="src/css/custom.css"
[data-theme='light'] {
--note-bg: rgb(210, 216, 255);
}
Expand Down

0 comments on commit defbeba

Please sign in to comment.