aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
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