summaryrefslogtreecommitdiffstats
path: root/src/components/Quote.vue
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-03-31 12:56:41 +0200
committerMarco Ambrosini <marcoambrosini@pm.me>2020-03-31 12:56:41 +0200
commitcddd495ccfe28696ed9eee7b4df825daa884a060 (patch)
tree30f6badcf9093c0c229cf574033efb2f0c6c04a2 /src/components/Quote.vue
parent5681365afa396c0947f6bba0bd6fa1786ef7ab69 (diff)
Make quote color slightly lighter
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'src/components/Quote.vue')
-rw-r--r--src/components/Quote.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Quote.vue b/src/components/Quote.vue
index 331dc2858..67090f636 100644
--- a/src/components/Quote.vue
+++ b/src/components/Quote.vue
@@ -186,7 +186,7 @@ export default {
color: var(--color-text-maxcontrast);
}
&__text {
- color: var(--color-text-light);
+ color: var(--color-text-lighter);
white-space: pre-wrap;
word-break: break-word;
& p {