4a87689cfb
* Add class based syntax higlighting + line numbers * Use fork of syntect for now * Fix tests * Fix diff background on inline highlighter Co-authored-by: evan-brass <evan-brass@protonmail.com>
23 lines
420 B
SCSS
23 lines
420 B
SCSS
@charset "utf-8";
|
|
|
|
@import "normalize";
|
|
|
|
*, *:before, *:after {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
$background: #191919;
|
|
$foreground: white;
|
|
$link-color: #007CBC;
|
|
|
|
@import "base";
|
|
@import "layout";
|
|
@import "header";
|
|
@import "index";
|
|
@import "docs";
|
|
@import "themes";
|
|
@import "search";
|
|
|
|
//@import url("syntax-theme-dark.css") (prefers-color-scheme: dark);
|
|
//@import url("syntax-theme-light.css") (prefers-color-scheme: light);
|