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: de351a279cd65487293f7b004db6d4234f4ea906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.prose a:hover * {
  @apply text-eureka transition duration-300 ease-in-out;
}

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

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

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