fix roadmap line

This commit is contained in:
Anton Livaja 2025-03-15 13:14:43 -07:00
parent 483e569d06
commit 6052208509
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 17 additions and 13 deletions

View File

@ -234,7 +234,7 @@ a:hover {
top: 1980px; top: 1980px;
right: 200px; right: 200px;
width: 60px; width: 60px;
height: 3220px; height: 3550px;
} }
.vertical-line { .vertical-line {
@ -259,14 +259,14 @@ a:hover {
} }
.node:nth-child(2) { top: 0; } .node:nth-child(2) { top: 0; }
.node:nth-child(3) { top: 400px; } .node:nth-child(3) { top: 470px; }
.node:nth-child(4) { top: 800px; } .node:nth-child(4) { top: 920px; }
.node:nth-child(5) { top: 1200px; } .node:nth-child(5) { top: 1380px; }
.node:nth-child(6) { top: 1600px; } .node:nth-child(6) { top: 1830px; }
.node:nth-child(7) { top: 2000px; } .node:nth-child(7) { top: 2250px; }
.node:nth-child(8) { top: 2400px; } .node:nth-child(8) { top: 2680px; }
.node:nth-child(9) { top: 2800px; } .node:nth-child(9) { top: 3100px; }
.node:nth-child(10) { top: 3200px; } .node:nth-child(10) { top: 3540px; }
/* end roadmap lines styling */ /* end roadmap lines styling */
@ -412,11 +412,14 @@ footer {
} }
.footer-link { .footer-link {
display: inline-block;
text-decoration: none; text-decoration: none;
margin-left: 20px; margin-left: 20px;
transition: transform 0.5s ease !important;
} }
.footer-link:hover { .footer-link:hover {
transform: translateY(-2px);
background: transparent; background: transparent;
color: white; color: white;
} }
@ -479,12 +482,13 @@ hr {
.left-menu { .left-menu {
display: flex; display: flex;
align-items: center; align-items: center;
filter: brightness(80%);
transition: transform 0.5s ease; transition: transform 0.5s ease;
filter: brightness(0.8);
will-change: filter;
} }
.left-menu:hover { .left-menu:hover {
filter: unset; filter: brightness(1.0);
} }
.left-menu img { .left-menu img {