fixed the "backround" typo

This commit is contained in:
Kex
2024-11-16 13:47:49 +01:00
parent 98172d626e
commit f3460f84af
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ The `scrollbar-background` style sets the background color of the scrollbar.
## CSS
```css
scrollbar-backround: blue;
scrollbar-background: blue;
```
## Python

View File

@@ -36,7 +36,7 @@ The `scrollbar-background-active` style sets the background color of the scrollb
## CSS
```css
scrollbar-backround-active: red;
scrollbar-background-active: red;
```
## Python