mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
12 lines
216 B
CSS
12 lines
216 B
CSS
.highlight {
|
|
@apply bg-light dark:bg-dark rounded-none;
|
|
}
|
|
|
|
.highlight pre {
|
|
@apply m-0 p-3 w-full h-full overflow-x-auto dark:border-black rounded-none;
|
|
}
|
|
|
|
.highlight pre code {
|
|
@apply m-0 p-0 w-full h-full;
|
|
}
|