feat: style scrollbars for code/pre
This commit is contained in:
parent
2ad22bb1df
commit
aec92eeb89
1 changed files with 4 additions and 1 deletions
|
@ -58,12 +58,15 @@ li > a {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
@apply text-gray-50;
|
@apply text-gray-50;
|
||||||
border-radius: .25rem;
|
|
||||||
padding: .25rem;
|
padding: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
border: 1px solid theme(colors.gray.700);
|
border: 1px solid theme(colors.gray.700);
|
||||||
|
border-radius: 0 !important;
|
||||||
|
@apply scrollbar-thin;
|
||||||
|
@apply scrollbar-thumb-pink-500;
|
||||||
|
@apply scrollbar-track-pink-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag--button {
|
.tag--button {
|
||||||
|
|
Reference in a new issue