mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-26 16:24:56 +08:00
initial commit
This commit is contained in:
parent
46c0d50cef
commit
cf3da0c350
2 changed files with 18 additions and 0 deletions
7
themes/html.css
Normal file
7
themes/html.css
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";
|
||||||
|
@import "https://cdn.jsdelivr.net/gh/asciidoctor/asciidoctor@2.0/data/stylesheets/asciidoctor-default.css";
|
||||||
|
|
||||||
|
.highlight01 {background: #66ffff}
|
||||||
|
.highlight02 {background: #b3ff66}
|
||||||
|
.highlight03 {background: #ffd966}
|
||||||
|
.highlight04 {background: #b366ff}
|
||||||
11
themes/pdf-theme.yml
Normal file
11
themes/pdf-theme.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
extends: default
|
||||||
|
|
||||||
|
role:
|
||||||
|
highlight01:
|
||||||
|
background-color: #66ffff
|
||||||
|
highlight02:
|
||||||
|
background-color: #b3ff66
|
||||||
|
highlight03:
|
||||||
|
background-color: #ffd966
|
||||||
|
highlight04:
|
||||||
|
background-color: #b366ff
|
||||||
Loading…
Add table
Add a link
Reference in a new issue