Skip to content

Commit

Permalink
fix(theme): add github md css file in theme import
Browse files Browse the repository at this point in the history
  • Loading branch information
marc.sirisak committed Oct 14, 2024
1 parent 0119114 commit d99024b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions res/themes/tchap-dark/css/tchap-dark.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
@import "../../../../node_modules/matrix-react-sdk/res/css/_components.pcss";
@import "../../tchap-common/css/_tchap_custom.pcss"; /* import override from the common folder */
@import url("highlight.js/styles/atom-one-light.css");
@import url("github-markdown-css/github-markdown-dark.css");
1 change: 1 addition & 0 deletions res/themes/tchap-light/css/tchap-light.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
@import url("highlight.js/styles/atom-one-light.css"); /* taken from matrix theme, don't know what it is */
@import "../../tchap-common/css/_tchap_custom.pcss"; /* import override from the common folder */
@import "_tchap_custom.pcss";
@import url("github-markdown-css/github-markdown-light.css");

0 comments on commit d99024b

Please sign in to comment.