From 4413fdb8a291b7848ac4ee5a1618958fb78be977 Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Fri, 13 Nov 2020 13:16:12 +0100 Subject: [PATCH] Tweak top revealer size and opacity a little --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 5d312a94..be8831a5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -32,8 +32,8 @@ scale marks { font-weight: 600; } .reavealertop { - min-height: 90px; - box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.3); + min-height: 96px; + box-shadow: inset 0px 200px 10px -124px rgba(0,0,0,0.35); font-family: 'Cantarell', sans-serif; font-size: 30px; font-weight: 500;