Styling for asciidoc
This commit is contained in:
parent
95d261aa3e
commit
8863c7748b
@ -2,7 +2,7 @@
|
|||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
|
||||||
@import "./asciidocBootSlate";
|
@import "./asciidocBootSlate";
|
||||||
@import "~highlight.js/styles/github";
|
@import "~highlight.js/scss/atom-one-dark";
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: var(--repl-color-link, #2ac02a);
|
color: var(--repl-color-link, #2ac02a);
|
||||||
@ -50,4 +50,15 @@
|
|||||||
tbody>tr:hover {
|
tbody>tr:hover {
|
||||||
background-color: #364239;
|
background-color: #364239;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
background-color: #282c34;
|
||||||
|
border: 1px solid var(--repl-color-hint, #188a18);
|
||||||
|
padding: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background-color: #282c34;
|
||||||
|
color: #abb2bf;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user