initial commit

This commit is contained in:
Amy de Buitléir 2023-06-13 17:05:20 +01:00
parent 46c0d50cef
commit cf3da0c350
2 changed files with 18 additions and 0 deletions

7
themes/html.css Normal file
View 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
View file

@ -0,0 +1,11 @@
extends: default
role:
highlight01:
background-color: #66ffff
highlight02:
background-color: #b3ff66
highlight03:
background-color: #ffd966
highlight04:
background-color: #b366ff