add projects to nav and add anim to all buttons

This commit is contained in:
Akis 2022-08-07 12:51:39 +03:00
parent bec83f4686
commit 7c406b9be6
Signed by untrusted user: akis
GPG Key ID: 267BF5C6677944ED
3 changed files with 11 additions and 9 deletions

View File

@ -9,6 +9,7 @@
const menus = [
{name: "Instances", url: "https://instances.projectsegfau.lt/"},
{name: "Projects", url: "/projects"},
{name: "Minecraft", url: "/minecraft"},
{name: "Donate", url: "/donate"},
{name: "FAQ", url: "/faq"},
@ -113,7 +114,7 @@
display: none;
}
@media screen and (max-width: 984px) {
@media screen and (max-width: 1058px) {
.links {
display: none;
width: 100%;

View File

@ -89,7 +89,7 @@
color: #fff !important;
font-size: 20px;
height: 23px;
transition: all 0.5s;
transition: all 0.25s;
}
.web:hover {

View File

@ -104,7 +104,8 @@
}
.matrixcolored {
background-color: var(--tertiary);
background-color: #333;
color: #fff !important;
font-size: 20px;
height: 23px;
}
@ -131,15 +132,15 @@
color: #fff !important;
font-size: 20px;
height: 23px;
transition: all 0.25s;
}
.web {
transition: all 0.5s;
}
.web:hover {
.web:hover,
.email:hover,
.picture:hover,
.pgp:hover {
background-color: var(--accent);
color: var(--secondary) !important;
color: #333 !important;
}
.socials {