mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-06 10:46:34 +03:00
11 lines
216 B
CSS
11 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;
|
|
}
|