Use proper accent colour for pagination scrollbar.

This commit is contained in:
flash 2018-12-27 05:33:26 +01:00
parent e70a22e104
commit 905fc34b1e

View file

@ -3,6 +3,7 @@
justify-content: space-between;
align-items: stretch;
width: 100%;
scrollbar-color: var(--accent-colour) var(--background-colour);
&__section {
display: flex;