Welcome to mirror list, hosted at ThFree Co, Russian Federation.

highlightjs.css « css « assets - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64c01717df80ac1dc6c5a9aabc872c6fe60b0f0c (plain)
1
2
3
4
5
6
/* highlight.js */
.hljs {
  background-color: transparent !important;
  color: var(--color-tertiary-text) !important;
  padding: 0 !important;
}