Fix background-color of the menu button in the catalog.
This commit is contained in:
parent
4191032381
commit
1653306439
@ -56,6 +56,6 @@
|
||||
:root.burichan .focused.entry {
|
||||
background: rgba(255, 255, 255, .33);
|
||||
}
|
||||
:root.yotsuba-b .thumb > .menu-button > i {
|
||||
:root.burichan .thumb > .menu-button > i {
|
||||
background: #EEF2FF;
|
||||
}
|
||||
|
||||
@ -56,6 +56,6 @@
|
||||
:root.futaba .focused.entry {
|
||||
background: rgba(255, 255, 255, .33);
|
||||
}
|
||||
:root.yotsuba-b .thumb > .menu-button > i {
|
||||
:root.futaba .thumb > .menu-button > i {
|
||||
background: #FFE;
|
||||
}
|
||||
|
||||
@ -56,6 +56,6 @@
|
||||
:root.photon .focused.entry {
|
||||
background: rgba(255, 255, 255, .33);
|
||||
}
|
||||
:root.yotsuba-b .thumb > .menu-button > i {
|
||||
:root.photon .thumb > .menu-button > i {
|
||||
background: #EEE;
|
||||
}
|
||||
|
||||
@ -56,6 +56,6 @@
|
||||
:root.tomorrow .focused.entry {
|
||||
background: rgba(0, 0, 0, .33);
|
||||
}
|
||||
:root.yotsuba-b .thumb > .menu-button > i {
|
||||
:root.tomorrow .thumb > .menu-button > i {
|
||||
background: #1D1F21;
|
||||
}
|
||||
|
||||
@ -56,6 +56,6 @@
|
||||
:root.yotsuba .focused.entry {
|
||||
background: rgba(255, 255, 255, .33);
|
||||
}
|
||||
:root.yotsuba-b .thumb > .menu-button > i {
|
||||
:root.yotsuba .thumb > .menu-button > i {
|
||||
background: #FFE;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user