Added 1.0 files
This commit is contained in:
10
modules/ext.spoileralert.css
Normal file
10
modules/ext.spoileralert.css
Normal file
@ -0,0 +1,10 @@
|
||||
.spoiler {
|
||||
background-color: black;
|
||||
color: black;
|
||||
transition: color 0.5s ease;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.spoiler.revealed {
|
||||
color: white;
|
||||
}
|
Reference in New Issue
Block a user