theme: add support for download widget to FK's dark theme

This commit is contained in:
Darks 2022-04-24 22:55:11 +02:00
parent 17f5e82a2a
commit 13b1d29e42
Signed by: Darks
GPG Key ID: 7515644268BE1433
1 changed files with 8 additions and 0 deletions

View File

@ -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;
}