From d8e60de0c7a6192057d9f46ccc126c5b81188a82 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 7 Jul 2020 11:19:47 +0200 Subject: [PATCH] increase subtitle font size and weight for a better contrast ratio --- src/sass/_base.scss | 3 ++- static/custom.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 static/custom.css diff --git a/src/sass/_base.scss b/src/sass/_base.scss index 3b829d9..0894147 100644 --- a/src/sass/_base.scss +++ b/src/sass/_base.scss @@ -119,7 +119,8 @@ img { &__subtitle { margin-top: $padding-16; - font-size: $font-size-16; + font-size: $font-size-16 * 1.2; + font-weight: bolder; } &__img { diff --git a/static/custom.css b/static/custom.css new file mode 100644 index 0000000..e488c91 --- /dev/null +++ b/static/custom.css @@ -0,0 +1 @@ +/* You can add custom styles here. */