mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-18 11:51:40 +02:00
Fixed code highlighting styles stuck in dark mode
This commit is contained in:
@@ -4,8 +4,13 @@
|
||||
@import "@fortawesome/fontawesome-free/css/brands.css";
|
||||
@import "@fortawesome/fontawesome-free/css/solid.css";
|
||||
|
||||
@import 'highlight.js/styles/github.css';
|
||||
@import 'highlight.js/styles/github-dark.css';
|
||||
.light {
|
||||
@import 'highlight.js/styles/github.css';
|
||||
}
|
||||
|
||||
.dark {
|
||||
@import 'highlight.js/styles/github-dark.css';
|
||||
}
|
||||
|
||||
@import "tailwindcss";
|
||||
|
||||
|
Reference in New Issue
Block a user