aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/glep.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/glep.css b/assets/css/glep.css
index dff1496..8ade813 100644
--- a/assets/css/glep.css
+++ b/assets/css/glep.css
@@ -9,3 +9,8 @@
.document .label {
color: black;
}
+
+.document blockquote {
+ /* reverse the weird big font from bootstrap */
+ font-size: 14px;
+}