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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
color: rgb(var(--ctp-text));
|
color: rgb(var(--ctp-text));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.markdown code,
|
||||||
|
.markdown pre {
|
||||||
|
background-color: rgb(var(--ctp-base));
|
||||||
|
}
|
||||||
|
|
||||||
.markdown a {
|
.markdown a {
|
||||||
color: rgb(var(--ctp-blue));
|
color: rgb(var(--ctp-blue));
|
||||||
text-decoration-line: underline;
|
text-decoration-line: underline;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue