5ec437de8f
- prism.js inlined (only for entries with code blocks) - pandoc is a subclass is str now - added 'nasg' logger - minor bugfixes
41 lines
No EOL
370 B
CSS
41 lines
No EOL
370 B
CSS
|
|
|
|
body {
|
|
color: #222;
|
|
background-color: #eee;
|
|
}
|
|
|
|
a {
|
|
color: #3173b4;
|
|
}
|
|
|
|
a:hover {
|
|
color: #014384;
|
|
}
|
|
|
|
code,
|
|
pre {
|
|
color: darkgreen;
|
|
}
|
|
|
|
.contrast svg {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
blockquote {
|
|
color: #555;
|
|
}
|
|
|
|
td, th {
|
|
border: 1px solid #111;
|
|
}
|
|
|
|
th, tr:nth-child(even) {
|
|
background-color: rgba(0, 0, 0, .1);
|
|
}
|
|
|
|
pre> code::before {
|
|
color: #444;
|
|
}
|
|
|
|
|