Feature: added favicon + new colors on menu-buttons

This commit is contained in:
Sid 2023-01-20 12:42:49 +01:00
parent 4e2a22fb6c
commit 5457ed972d
13 changed files with 199 additions and 18 deletions

View file

@ -9,7 +9,7 @@
/* Home button hover */
.logo a:hover {
transition: 0.15s;
color: grey;
color: #918DED;
}
/* Social media hover */
@ -47,5 +47,5 @@ svg:hover {
/* Menu-links hover*/
#menu a:hover {
transition: 0.15s;
color: grey;
color: #918DED;
}