Skip to content

Commit 99b7757

Browse files
authored
Merge pull request #515 from akwiatek/update-dark-mode-css
Amend malformed CSS.
2 parents b04a400 + dd4b774 commit 99b7757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/css/diff2html.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
--d2h-dark-file-header-bg-color: rgb(22, 27, 34);
5656
--d2h-dark-file-header-border-color: rgb(48, 54, 61);
5757

58-
--d2h-dark-empty-placeholder-bg-color: #rgba(110, 118, 129, 0.1);
58+
--d2h-dark-empty-placeholder-bg-color: rgba(110, 118, 129, 0.1);
5959
--d2h-dark-empty-placeholder-border-color: rgb(48, 54, 61);
6060

6161
--d2h-dark-selected-color: rgba(56, 139, 253, 0.1);

0 commit comments

Comments
 (0)