style: change navbar button colours on hoverr
This commit is contained in:
parent
e3288c0787
commit
c9843bf4f2
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ const props = defineProps<INavbar>();
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
|
transition: color 300ms;
|
||||||
|
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button:hover {
|
||||||
|
color: var(--primary-highlighted-color);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue