Navbar css

This commit is contained in:
2020-08-22 00:14:10 +02:00
parent 204f2fb002
commit 4c4ca2dd98
2 changed files with 24 additions and 4 deletions
+20
View File
@@ -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;
}
}
}
}