fix: pagination text color
This commit is contained in:
parent
82dc80e100
commit
0ab1740b07
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
border-radius: 50%;
|
||||
text-align: center;
|
||||
|
||||
&:not(.pagination__item--selected):hover {
|
||||
color: $lbry-black;
|
||||
}
|
||||
|
||||
&:not(.pagination__item--selected):not(.pagination__item--break):not(.disabled):hover {
|
||||
background-color: $lbry-gray-1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue