Merge pull request #515 from akwiatek/update-dark-mode-css

Amend malformed CSS.
This commit is contained in:
Rodrigo Fernandes 2023-10-05 16:17:34 +01:00 committed by GitHub
commit 99b7757a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@
--d2h-dark-file-header-bg-color: rgb(22, 27, 34);
--d2h-dark-file-header-border-color: rgb(48, 54, 61);
--d2h-dark-empty-placeholder-bg-color: #rgba(110, 118, 129, 0.1);
--d2h-dark-empty-placeholder-bg-color: rgba(110, 118, 129, 0.1);
--d2h-dark-empty-placeholder-border-color: rgb(48, 54, 61);
--d2h-dark-selected-color: rgba(56, 139, 253, 0.1);