From a241e541604f9925c804639de472f9fb6aa1b9e4 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Wed, 12 Aug 2020 17:01:35 +0200 Subject: [PATCH] fix big slave picture dark gradient in light theme --- themes/light/main.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 themes/light/main.css diff --git a/themes/light/main.css b/themes/light/main.css new file mode 100644 index 00000000000..0e05e085faf --- /dev/null +++ b/themes/light/main.css @@ -0,0 +1,3 @@ +.lrgRender > div.mask, .lrgVector > div.mask { + background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0)); +} -- GitLab