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("dark-chroma.css");
|
||||
|
||||
a {
|
||||
color: #A1A1EA;
|
||||
}
|
||||
|
||||
.highlight > * {
|
||||
border-color: #505050;
|
||||
}
|
||||
|
||||
:not(pre) > code {
|
||||
/* inline code elements */
|
||||
background-color: rgba(90, 90, 90, 0.25);
|
||||
|
Reference in New Issue
Block a user