refactor: change gray
to grey`
This commit is contained in:
parent
e3cd850df9
commit
68aa496b84
6 changed files with 9 additions and 9 deletions
|
@ -8,11 +8,11 @@
|
|||
}
|
||||
|
||||
code {
|
||||
@apply px-2 py-1 text-sm rounded-md text-gray-700 bg-gray-200 dark:bg-gray-800 dark:text-gray-100;
|
||||
@apply px-2 py-1 text-sm rounded-md text-grey-700 bg-grey-200 dark:bg-grey-800 dark:text-grey-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;
|
||||
@apply p-4 my-8 overflow-auto rounded-md text-grey-700 bg-grey-200 dark:bg-grey-800 dark:text-grey-100;
|
||||
}
|
||||
|
||||
pre code {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue