add user account page and associated functionaility to support it
Some checks failed
check / check (push) Has been cancelled
Some checks failed
check / check (push) Has been cancelled
This commit is contained in:
@@ -43,6 +43,16 @@
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.navbar__user-link {
|
||||
color: var(--color-primary);
|
||||
text-decoration: none;
|
||||
transition: color 0.15s ease;
|
||||
}
|
||||
|
||||
.navbar__user-link:hover {
|
||||
color: var(--color-primary-hover);
|
||||
}
|
||||
|
||||
.navbar__logout {
|
||||
padding: 0.4rem 1rem;
|
||||
font-size: 1.275rem;
|
||||
|
||||
Reference in New Issue
Block a user