10 lines
206 B
SCSS
10 lines
206 B
SCSS
.nuxt-content {
|
|
@apply break-words;
|
|
|
|
& .nuxt-content-highlight {
|
|
& > .filename {
|
|
@apply block bg-gray-700 text-gray-100 font-mono text-sm tracking-tight py-2 px-4 -mb-3 rounded-t;
|
|
}
|
|
}
|
|
}
|