Skip to content

Commit 5eec341

Browse files
committed
fix: dark mode file list background
1 parent 2de20ac commit 5eec341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
define('VERSION', '3.4.0');
3+
define('VERSION', '3.4.1');
44

55
define('PUBLIC_FOLDER', __DIR__ . '/public');
66

@@ -427,7 +427,7 @@ function downloadBatch(array $urls) {
427427
$[end]$
428428
$[ifeq env:THEME default]$
429429
[data-bs-theme=dark] {
430-
--bs-body-bg: #000000;
430+
--bs-body-bg: #0d1117;
431431
--bs-secondary-bg: #000000;
432432
--bs-tertiary-bg: #000000;
433433
--bs-tertiary-bg-rgb: 0, 0, 0;

0 commit comments

Comments
 (0)