tidy up assets files.
This commit is contained in:
12
src/assets/layout.css
Normal file
12
src/assets/layout.css
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user