Update reading list (#2151)
Change the reading list styles to work for night mode.
This commit is contained in:
parent
9045715986
commit
dd0cfcc30e
1 changed files with 5 additions and 0 deletions
|
|
@ -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%));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue