Fix reading list filters input's color in night theme (#3089) [ci skip]

This commit is contained in:
Mazen Touati 2019-06-11 15:31:58 +01:00 committed by Mac Siri
parent c15a2379e7
commit 95ba6608c8

View file

@ -22,6 +22,7 @@
box-sizing: border-box;
margin-bottom: 4px;
@include themeable(background, theme-container-accent-background, lighten($light-gray, 2%));
@include themeable(color, theme-color, $black);
}
.readinglist-tags {
padding-bottom: 25px;