Update reading list (#2151)

Change the reading list styles to work for night mode.
This commit is contained in:
Andrew Bone 2019-03-21 19:34:53 +00:00 committed by Ben Halpern
parent 9045715986
commit dd0cfcc30e

View file

@ -105,6 +105,7 @@
}
&.selected {
background: lighten($bold-blue, 8%);
background: var(--theme-container-accent-background, lighten($bold-blue, 8%));
color: white;
}
}
@ -1292,14 +1293,18 @@
}
&.selected {
background: lighten($bold-blue, 10%);
background: var(--theme-container-accent-background, lighten($bold-blue, 10%));
color: white;
color: var(--theme-container-color, white);
}
&.query-type-filter-button {
&:hover {
background: $light-green;
background: var(--theme-container-background-hover, $light-green);
}
&.selected {
background: darken($light-green, 10%);
background: var(--theme-container-accent-background, darken($light-green, 10%));
}
}
}