aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-06 18:21:34 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-06 18:21:34 +0100
commitefb902f3f293db4aac6e57b9f3a84143d84a90e9 (patch)
tree69fd91e690f1b8e150b839927c8bb312ebf81abc /static
parentI linted that, I swear (diff)
[Wiki] Misc improvements, plus a beta search feature
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 78f2663b..a857bd4d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -151,3 +151,10 @@ div.payment-icon img {
div.payment-icon {
margin-right: 1em;
}
+
+div.quote {
+ border-left: 3px solid #7289DA;
+ color: #99AAB5;
+ padding-left: 20px;
+ margin-bottom: 1rem;
+} \ No newline at end of file