mirror of
https://github.com/litruv/lit.ruv.wtf.git
synced 2026-07-26 03:36:03 +10:00
fixed lmao
This commit is contained in:
10
style.css
10
style.css
@@ -153,9 +153,6 @@ h1 {
|
|||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
pointer-events: none;
|
|
||||||
|
|
||||||
/* Ensure proper alignment for the text-shadow */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-links a:hover {
|
.social-links a:hover {
|
||||||
@@ -163,33 +160,26 @@ h1 {
|
|||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
text-shadow:
|
text-shadow:
|
||||||
0 0 3px white,
|
0 0 3px white,
|
||||||
/* Solid outline */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Specific brand colors on hover */
|
|
||||||
.social-links a:hover .fab.fa-github {
|
.social-links a:hover .fab.fa-github {
|
||||||
color: #181717;
|
color: #181717;
|
||||||
/* GitHub's brand color */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-links a:hover .fab.fa-youtube {
|
.social-links a:hover .fab.fa-youtube {
|
||||||
color: #FF0000;
|
color: #FF0000;
|
||||||
/* YouTube's brand color */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-links a:hover .fab.fa-steam {
|
.social-links a:hover .fab.fa-steam {
|
||||||
color: #1b2838;
|
color: #1b2838;
|
||||||
/* Steam's brand color */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-links a:hover .fab.fa-discord {
|
.social-links a:hover .fab.fa-discord {
|
||||||
color: #7289da;
|
color: #7289da;
|
||||||
/* Discord's brand color */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-links a:hover .fa-brands.fa-bluesky {
|
.social-links a:hover .fa-brands.fa-bluesky {
|
||||||
color: #3E5BFF;
|
color: #3E5BFF;
|
||||||
/* Bluesky's brand color */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes wildSpin {
|
@keyframes wildSpin {
|
||||||
|
|||||||
Reference in New Issue
Block a user