mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
0993372290
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
11 lines
241 B
SCSS
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';
|
|
}
|