mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 21:11:34 +03:00
b9c9e1c781
Inspired by my colour scheme.
21 lines
325 B
Plaintext
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";
|