Files
blog/static/css/syntax-highlighter.scss
2021-12-06 02:16:06 +04:00

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;
}
}
}