add text hover
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
@for (item of navItems; track item.path) {
|
||||
<li>
|
||||
<div class="flex justify-center">
|
||||
<a href="{{item.path}}" class="text-xl font-bold">
|
||||
<a href="{{item.path}}" class="text-xl font-bold hover:text-purple-500">
|
||||
{{ item.label }}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user