Refactor the client to implement a channel navbar #76
1 changed files with 6 additions and 0 deletions
|
@ -74,6 +74,12 @@ const props = defineProps<INavbar>();
|
|||
|
||||
.button {
|
||||
color: var(--secondary-text-color);
|
||||
transition: color 300ms;
|
||||
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
color: var(--primary-highlighted-color);
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue