summaryrefslogtreecommitdiff
path: root/data/skingen/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'data/skingen/style.css')
-rw-r--r--data/skingen/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/skingen/style.css b/data/skingen/style.css
index a9ddd10d..ecbba8a7 100644
--- a/data/skingen/style.css
+++ b/data/skingen/style.css
@@ -96,6 +96,12 @@ b.spoiler, b.spoiler a {
font-weight: normal;
}
b.spoiler_shown { font-weight: normal }
+div.quote {
+ padding: 1px 5px;
+ margin: 0px 10px;
+ color: $grayedout$;
+ border-left: 1px dotted $border$;
+}