sidebar: replace button with a href
All checks were successful
/ render (push) Successful in 36s

This commit is contained in:
Antoine Martin 2024-10-08 15:07:34 -04:00
parent f98d458420
commit 92075b8e11
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
5 changed files with 9 additions and 27 deletions

View file

@ -373,13 +373,6 @@ header h1::before {
/* Sign-in buttons */
.sign-in {
font-size: 14px;
background: #f8f8f8;
color: #333;
border-color: #ccc;
}
.sign-in:hover {
background: #e6e6e6;
}