Make the post hiding buttons the same color as the side arrows.
This commit is contained in:
parent
397e936765
commit
e9929e5d5d
@ -30,6 +30,12 @@
|
||||
background-color: rgba(255, 255, 255, .14);
|
||||
}
|
||||
|
||||
/* Post Hiding */
|
||||
:root.burichan .hide-post-button,
|
||||
:root.burichan .show-post-button {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
/* QR */
|
||||
:root.burichan #qr select {
|
||||
color: #34345C;
|
||||
|
||||
@ -30,6 +30,12 @@
|
||||
background-color: rgba(255, 255, 255, .14);
|
||||
}
|
||||
|
||||
/* Post Hiding */
|
||||
:root.futaba .hide-post-button,
|
||||
:root.futaba .show-post-button {
|
||||
color: #800000;
|
||||
}
|
||||
|
||||
/* QR */
|
||||
:root.futaba #qr select {
|
||||
color: #00E;
|
||||
|
||||
@ -30,6 +30,12 @@
|
||||
background-color: rgba(255, 255, 255, .14);
|
||||
}
|
||||
|
||||
/* Post Hiding */
|
||||
:root.photon .hide-post-button,
|
||||
:root.photon .show-post-button {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
/* QR */
|
||||
:root.photon #qr select {
|
||||
color: #F60;
|
||||
|
||||
@ -30,6 +30,12 @@
|
||||
background-color: rgba(0, 0, 0, .14);
|
||||
}
|
||||
|
||||
/* Post Hiding */
|
||||
:root.tomorrow .hide-post-button,
|
||||
:root.tomorrow .show-post-button {
|
||||
color: #C5C8C6 !important;
|
||||
}
|
||||
|
||||
/* QR */
|
||||
:root.tomorrow #qr select {
|
||||
color: #81A2BE;
|
||||
|
||||
@ -30,6 +30,12 @@
|
||||
background-color: rgba(255, 255, 255, .14);
|
||||
}
|
||||
|
||||
/* Post Hiding */
|
||||
:root.yotsuba-b .hide-post-button,
|
||||
:root.yotsuba-b .show-post-button {
|
||||
color: #B7C5D9;
|
||||
}
|
||||
|
||||
/* QR */
|
||||
:root.yotsuba-b #qr select {
|
||||
color: #34345C;
|
||||
|
||||
@ -30,6 +30,12 @@
|
||||
background-color: rgba(255, 255, 255, .14);
|
||||
}
|
||||
|
||||
/* Post Hiding */
|
||||
:root.yotsuba .hide-post-button,
|
||||
:root.yotsuba .show-post-button {
|
||||
color: #E0BFB7;
|
||||
}
|
||||
|
||||
/* QR */
|
||||
:root.yotsuba #qr select {
|
||||
color: #00E;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user