1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-17 21:11:34 +03:00
mobile-nixos/doc/_support/styles/index.less
Samuel Dionne-Riel b9c9e1c781 doc: Add a basic theme for rouge
Inspired by my colour scheme.
2020-04-06 19:51:49 -04:00

21 lines
325 B
Plaintext

// The index contains only imports and overriden configuration variables.
// Base and resets
@import "base";
// SVG icons
@import "svg";
// Fixes
@import "asciidoc-fixes";
// Theme specifics
@import "hljs/index";
@import "theme";
@import "asciidoc";
@import "rouge";
@import "layout";
@import "news";
@import "sitemap";