Styling for asciidoc

This commit is contained in:
Daniel Kluge 2022-06-14 16:44:00 +02:00
parent 95d261aa3e
commit 8863c7748b

View File

@ -2,7 +2,7 @@
font-family: sans-serif;
@import "./asciidocBootSlate";
@import "~highlight.js/styles/github";
@import "~highlight.js/scss/atom-one-dark";
h1 {
color: var(--repl-color-link, #2ac02a);
@ -50,4 +50,15 @@
tbody>tr:hover {
background-color: #364239;
}
pre {
background-color: #282c34;
border: 1px solid var(--repl-color-hint, #188a18);
padding: 1px;
}
code {
background-color: #282c34;
color: #abb2bf;
}
}