Navbar css
This commit is contained in:
@@ -4,10 +4,30 @@
|
||||
|
||||
#home {
|
||||
@apply text-2xl text-gray-100 font-bold;
|
||||
|
||||
&:hover {
|
||||
@apply text-blue-300;
|
||||
}
|
||||
}
|
||||
|
||||
#navigation {
|
||||
@apply my-2;
|
||||
|
||||
li {
|
||||
@apply inline;
|
||||
|
||||
form {
|
||||
@apply inline;
|
||||
}
|
||||
}
|
||||
|
||||
.txt {
|
||||
@apply text-gray-100 font-semibold;
|
||||
|
||||
&:hover {
|
||||
@apply underline text-blue-300;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user