hedgedoc/frontend/global-styles/highlight-js.scss
Tilman Vatteroth 0993372290 fix: replace dark mode hack with bootstrap's own dark mode
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
2023-06-04 22:38:50 +02:00

11 lines
241 B
SCSS

/*
* SPDX-FileCopyrightText: 2021 The HedgeDoc developers (see AUTHORS file)
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
@import '~highlight.js/styles/github';
[data-bs-theme="dark"] {
@import '~highlight.js/styles/github-dark';
}