Skip to content

Commit f3460f8

Browse files
fixed the "backround" typo
1 parent 98172d6 commit f3460f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/styles/scrollbar_colors/scrollbar_background.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The `scrollbar-background` style sets the background color of the scrollbar.
3535
## CSS
3636

3737
```css
38-
scrollbar-backround: blue;
38+
scrollbar-background: blue;
3939
```
4040

4141
## Python

docs/styles/scrollbar_colors/scrollbar_background_active.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The `scrollbar-background-active` style sets the background color of the scrollb
3636
## CSS
3737

3838
```css
39-
scrollbar-backround-active: red;
39+
scrollbar-background-active: red;
4040
```
4141

4242
## Python

0 commit comments

Comments
 (0)