Feature: added favicon + new colors on menu-buttons
This commit is contained in:
parent
4e2a22fb6c
commit
5457ed972d
13 changed files with 199 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue