mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 04:52:40 +00:00
845e28dd59
Added Chroma & Goldmark Added Mermaidjs More languages supported Add default values for gist links input Added copy code from markdown blocks
9 lines
206 B
SCSS
Vendored
9 lines
206 B
SCSS
Vendored
:root {
|
|
@import "github-markdown-css/github-markdown-light";
|
|
@import './catppuccin-latte';
|
|
}
|
|
|
|
.dark {
|
|
@import "github-markdown-css/github-markdown-dark";
|
|
@import './catppuccin-macchiato';
|
|
}
|