Skip to content

Commit e743f92

Browse files
author
CuzImBisonratte
committed
updated design example
1 parent f4157c5 commit e743f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ JS | CSS
2929
Als Designbeispiel für den Light/Dark-theme-Knopf habe ich folgenden css-schnipsel:
3030
```
3131
#themeToggleButton{
32-
color: var(--font-color);
33-
background: var(--color-primary);
32+
color: var(--nav-text-color);
33+
background: var(--nav-background-color);
3434
padding: 10px 20px;
3535
border-radius: 5px;
3636
}

0 commit comments

Comments
 (0)