tidy up assets files.

This commit is contained in:
chiayin
2023-04-18 11:13:09 +08:00
parent ca781f3938
commit cee72bb8da
8 changed files with 103 additions and 101 deletions

12
src/assets/layout.css Normal file
View File

@@ -0,0 +1,12 @@
/* Navbar */
nav ul>li {
@apply px-2 py-3.5 duration-300 hover:bg-neutral-900 hover:text-neutral-10 active:bg-neutral-900 active:text-neutral-10;
}
/* Header */
.h1 {
@apply font-bold text-base leading-10
}
.h2 {
@apply font-bold text-sm leading-10
}