fix reveal spoilers
This commit is contained in:
parent
b65db1ba7d
commit
03d4405363
2
LICENSE
2
LICENSE
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* appchan x - Version 2.8.13 - 2014-03-05
|
* appchan x - Version 2.8.13 - 2014-03-06
|
||||||
*
|
*
|
||||||
* Licensed under the MIT license.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1302,6 +1302,10 @@ a.useremail:last-of-type {
|
|||||||
.remove-spoilers.reveal-spoilers s::after {
|
.remove-spoilers.reveal-spoilers s::after {
|
||||||
content: '[/spoiler]';
|
content: '[/spoiler]';
|
||||||
}
|
}
|
||||||
|
:root:not(.remove-spoilers).reveal-spoilers .spoilers:not(:hover),
|
||||||
|
:root:not(.remove-spoilers).reveal-spoilers s:not(:hover) {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
:root:not(.remove-spoilers) .spoiler:not(:hover) *,
|
:root:not(.remove-spoilers) .spoiler:not(:hover) *,
|
||||||
:root:not(.remove-spoilers) s:not(:hover) * {
|
:root:not(.remove-spoilers) s:not(:hover) * {
|
||||||
color: rgb(0,0,0) !important;
|
color: rgb(0,0,0) !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user