2021-06-30 07:00:00 +00:00
|
|
|
@layer base {
|
|
|
|
h2 {
|
|
|
|
@apply font-bold
|
|
|
|
}
|
2021-06-30 07:00:00 +00:00
|
|
|
|
|
|
|
code {
|
2021-06-30 07:00:00 +00:00
|
|
|
@apply px-2 py-1 text-sm rounded-md text-gray-700 bg-gray-200 dark:bg-gray-800 dark:text-gray-100;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
@apply p-4 my-8 overflow-auto rounded-md text-gray-700 bg-gray-200 dark:bg-gray-800 dark:text-gray-100;
|
2021-06-30 07:00:00 +00:00
|
|
|
}
|
2021-06-30 07:00:00 +00:00
|
|
|
}
|