From 13b1d29e42d9a261e62d0c8311994c56be4472fb Mon Sep 17 00:00:00 2001 From: Darks Date: Sun, 24 Apr 2022 22:55:11 +0200 Subject: [PATCH] theme: add support for download widget to FK's dark theme --- app/static/css/themes/FK_dark_theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/static/css/themes/FK_dark_theme.css b/app/static/css/themes/FK_dark_theme.css index 2769142..1b56d85 100644 --- a/app/static/css/themes/FK_dark_theme.css +++ b/app/static/css/themes/FK_dark_theme.css @@ -135,3 +135,11 @@ div.editor-toolbar, div.CodeMirror { --separator: #404040; --text-disabled: #262c2f; } + +.dl-button { + --link: #149641; + --link-text: #ffffff; + --link-active: #0f7331; + --meta: rgba(255, 255, 255, .15); + --meta-text: #ffffff; +}