forked from ProjectSegfault/website
add projects to nav and add anim to all buttons
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user