Custom themes now import highlights in css (#31758)

Added import for codeblock highlights in css for custom themes

Signed-off-by: Örnfeldt Philip (66140321) <philip.ornfeldt@forsakringskassan.se>
This commit is contained in:
Philip Örnfeldt 2026-01-16 11:00:18 +01:00 committed by GitHub
parent 7e5a3a530d
commit e811cf0f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -6,4 +6,5 @@
@import "../../light-custom/css/_custom.pcss";
@import "../../../../res/css/_components.pcss";
@import "../../../../res/css/_compound.pcss";
@import url("highlight.js/styles/atom-one-light.min.css");
@import url("github-markdown-css/github-markdown-dark.css");

View File

@ -5,4 +5,5 @@
@import "_custom.pcss";
@import "../../../../res/css/_components.pcss";
@import "../../../../res/css/_compound.pcss";
@import url("highlight.js/styles/atom-one-light.min.css");
@import url("github-markdown-css/github-markdown-light.css");