Skip to content

Commit 007f13a

Browse files
committed
use also dark mode
1 parent d6469bc commit 007f13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/build.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
concat(__DIR__ . '/public/css/app.min.css', [
4-
__DIR__ . '/public/css/bulma-no-dark-mode.min.css',
4+
__DIR__ . '/public/css/bulma.min.css',
55
__DIR__ . '/public/css/highlight.min.css',
66
__DIR__ . '/public/css/app.css',
77
]);

0 commit comments

Comments
 (0)