⚡ make socials show up without need for javascript
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
bf654334f1
commit
de636d43d6
8 changed files with 59 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue