mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-14 04:05:54 +05:30
add projects to nav and add anim to all buttons
This commit is contained in:
parent
bec83f4686
commit
7c406b9be6
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
const menus = [
|
const menus = [
|
||||||
{name: "Instances", url: "https://instances.projectsegfau.lt/"},
|
{name: "Instances", url: "https://instances.projectsegfau.lt/"},
|
||||||
|
{name: "Projects", url: "/projects"},
|
||||||
{name: "Minecraft", url: "/minecraft"},
|
{name: "Minecraft", url: "/minecraft"},
|
||||||
{name: "Donate", url: "/donate"},
|
{name: "Donate", url: "/donate"},
|
||||||
{name: "FAQ", url: "/faq"},
|
{name: "FAQ", url: "/faq"},
|
||||||
@ -113,7 +114,7 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 984px) {
|
@media screen and (max-width: 1058px) {
|
||||||
.links {
|
.links {
|
||||||
display: none;
|
display: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -89,7 +89,7 @@
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
transition: all 0.5s;
|
transition: all 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.web:hover {
|
.web:hover {
|
||||||
|
@ -104,7 +104,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.matrixcolored {
|
.matrixcolored {
|
||||||
background-color: var(--tertiary);
|
background-color: #333;
|
||||||
|
color: #fff !important;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
}
|
}
|
||||||
@ -131,15 +132,15 @@
|
|||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
|
transition: all 0.25s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.web {
|
.web:hover,
|
||||||
transition: all 0.5s;
|
.email:hover,
|
||||||
}
|
.picture:hover,
|
||||||
|
.pgp:hover {
|
||||||
.web:hover {
|
|
||||||
background-color: var(--accent);
|
background-color: var(--accent);
|
||||||
color: var(--secondary) !important;
|
color: #333 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.socials {
|
.socials {
|
||||||
|
Loading…
Reference in New Issue
Block a user