Port more classes.

This commit is contained in:
FireMasterK
2021-12-27 14:46:29 +00:00
parent 5b59c54904
commit 4899c9717c
12 changed files with 60 additions and 75 deletions

View File

@@ -117,14 +117,28 @@ b {
}
.btn {
@apply py-2 px-4 rounded bg-dark-400;
@apply py-2 px-4 rounded;
}
.dark {
@apply text-white bg-dark-800;
}
.dark .input,
.dark .select,
.dark .btn {
@apply text-gray-400 bg-dark-400 w-auto;
}
.dark hr {
@apply border-dark-100;
}
h1 {
@apply text-2xl font-bold;
@apply m-0 !text-5xl font-bold;
}
hr {
@apply !mt-2 !mb-3;
}
</style>