Use proper accent colour for pagination scrollbar.
This commit is contained in:
parent
e70a22e104
commit
905fc34b1e
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
scrollbar-color: var(--accent-colour) var(--background-colour);
|
||||||
|
|
||||||
&__section {
|
&__section {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue