mirror of https://git.jolheiser.com/ugit.git
fix: minor correction for non-chroma pre/code blocks
Signed-off-by: jolheiser <john.olheiser@gmail.com>ffdhall
parent
f93238ae57
commit
9030c27f00
|
@ -23,4 +23,3 @@ templ base(bc BaseContext) {
|
|||
</body>
|
||||
</html>
|
||||
}
|
||||
|
||||
|
|
|
@ -3,6 +3,11 @@
|
|||
color: rgb(var(--ctp-text));
|
||||
}
|
||||
|
||||
.markdown code,
|
||||
.markdown pre {
|
||||
background-color: rgb(var(--ctp-base));
|
||||
}
|
||||
|
||||
.markdown a {
|
||||
color: rgb(var(--ctp-blue));
|
||||
text-decoration-line: underline;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue