Just add a main tag and suddenly it's approved?
This commit is contained in:
parent
eba11c52ca
commit
3ab3103e84
4 changed files with 20 additions and 22 deletions
|
@ -5,6 +5,10 @@ body {
|
|||
@apply text-gray-950 dark:text-gray-50;
|
||||
}
|
||||
|
||||
main {
|
||||
@apply p-0 min-h-screen bg-gray-100 text-gray-950 dark:bg-gray-900 dark:text-gray-50;
|
||||
}
|
||||
|
||||
header {
|
||||
@apply flex bg-gray-950 *:text-gray-50 *:flex-1 *:text-xl p-6;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue