You've already forked no-js-hugo-theme
Chroma syntax highlighting with css classes
This commit is contained in:
@ -1,7 +1,13 @@
|
||||
@import url("light-chroma.css");
|
||||
|
||||
a {
|
||||
color: #0000A0;
|
||||
}
|
||||
|
||||
.highlight > * {
|
||||
border-color: #E0E0E0;
|
||||
}
|
||||
|
||||
:not(pre) > code {
|
||||
/* inline code elements */
|
||||
background-color: rgba(25, 25, 25, 0.05);
|
||||
|
Reference in New Issue
Block a user