Make border colour more subtle
This commit is contained in:
parent
e9cd1078d0
commit
06acf6f863
|
@ -54,7 +54,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
@apply border-l-3 border-gray-500 text-sm bg-gray-200;
|
@apply border-l-3 border-gray-400 text-sm bg-gray-200;
|
||||||
|
|
||||||
code {
|
code {
|
||||||
@apply p-6 block border-none leading-loose text-sm overflow-x-scroll
|
@apply p-6 block border-none leading-loose text-sm overflow-x-scroll
|
||||||
|
|
Loading…
Reference in a new issue