mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Pagination input colors updated
This commit is contained in:
parent
96aeb67bab
commit
ae5b979141
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
.icon {
|
||||
display: block;
|
||||
fill: @color-secondaryvariant1;
|
||||
fill: @color-secondaryvariant1-90;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -32,8 +32,8 @@
|
|||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
color: @color-secondaryvariant1;
|
||||
font-weight: 500;
|
||||
color: @color-secondaryvariant1-90;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue