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

prose.css « css « assets - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87fe04b71e4b257dc9a3b045ded3710fe252f550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.prose {
  @apply max-w-full break-words;
}

.prose .katex {
  @apply overflow-x-auto overflow-y-hidden;
}

.prose .katex * {
  @apply border-primary-text;
}

.prose *:target {
  padding-top: 4rem;
  margin-top: -4rem;
}