Add spoiler class to SCSS file.
darkmorford -
7aaf85335b97
Not Reviewed
Show More
Add another comment
TODOs: 0 unresolved 0 Resolved
COMMENTS: 0 General 0 Inline
@@ -25,3 +25,9 a {
25 h3, h4, h5, h6 {
25 h3, h4, h5, h6 {
26 color: $text-accent;
26 color: $text-accent;
27 }
27 }
28
29 .spoiler {
30 color: red;
31 border: 1px dotted $text-accent;
32 border-top: none;
33 }
Comments 0
You need to be logged in to leave comments. Login now