make socials show up without need for javascript

Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2024-02-22 15:14:29 +01:00
parent bf654334f1
commit de636d43d6
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6
8 changed files with 59 additions and 28 deletions

View file

@ -31,23 +31,6 @@ p {
font-size: large;
}
/* HOME */
.social a {
color: var(--light-1);
}
.dark .social a {
color: var(--dark-1);
}
.social a:nth-child(1) :hover {
color: grey !important;
}
.social a:nth-child(2) :hover {
color: #1DB954 !important;
}
/* FOOTER */
.footerbg {
background-color: var(--light-bg);