frontpage/styles/customAsciidoc.scss

43 lines
663 B
SCSS
Raw Normal View History

2022-02-04 23:29:26 +01:00
.asciidoc {
2022-06-13 12:54:40 +02:00
font-family: sans-serif;
2022-02-04 23:29:26 +01:00
@import "./asciidocBootSlate";
2022-06-13 13:14:00 +02:00
@import "~highlight.js/styles/github";
2022-06-13 12:54:40 +02:00
2022-02-04 23:29:26 +01:00
h1 {
color: var(--repl-color-link, #2ac02a);
font-size: 3em;
}
2022-06-13 12:54:40 +02:00
2022-02-04 23:29:26 +01:00
h2,
h3 {
font-weight: bold;
text-decoration: underline;
}
2022-06-13 12:54:40 +02:00
2022-02-04 23:29:26 +01:00
h2,
h3,
h4,
h5,
h6 {
color: var(--repl-color, #188a18);
}
2022-06-13 12:54:40 +02:00
2022-02-04 23:29:26 +01:00
#preamble {
font-style: italic;
font-size: 120%;
}
2022-06-13 12:54:40 +02:00
2022-02-09 18:59:36 +01:00
.paragraph {
line-height: 1.3;
}
2022-06-13 12:54:40 +02:00
tbody>tr:nth-of-type(odd),
#footer {
2022-02-09 18:59:36 +01:00
background-color: #1f2420;
}
2022-06-13 12:54:40 +02:00
2022-02-09 18:59:36 +01:00
tbody>tr:hover {
background-color: #364239;
}
2022-02-04 23:29:26 +01:00
}