Skip to content

Commit

Permalink
fix(CSS): Fix scrollbar contrast (#27741)
Browse files Browse the repository at this point in the history
* fix(CSS): Fix scrollbar contrast

* fix a flaw
  • Loading branch information
OnkarRuikar authored Jul 4, 2023
1 parent e74627e commit ac76c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/css/scrollbar-color/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ When using `scrollbar-color` property with specific color values, authors should
width: 300px;
height: 100px;
overflow-y: scroll;
scrollbar-color: rebeccapurple green;
scrollbar-color: #007 #bada55;
}
```

Expand Down Expand Up @@ -115,4 +115,4 @@ When using `scrollbar-color` property with specific color values, authors should

- [`overflow`](/en-US/docs/Web/CSS/overflow)
- [`scrollbar-width`](/en-US/docs/Web/CSS/scrollbar-width)
- [CSS scrollbars styling](/en-US/docs/Web/CSS/CSS_Scrollbars) module
- [CSS scrollbars styling](/en-US/docs/Web/CSS/CSS_scrollbars_styling) module

0 comments on commit ac76c31

Please sign in to comment.