feat: many design changes
This commit is contained in:
@@ -63,19 +63,3 @@
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Social links styling based on href */
|
||||
a[href*="instagram.com"], a[href*="tiktok.com"], a[href*="linkedin.com"], a[href*="twitter.com"], a[href*="x.com"] {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
color: #4b4b4b;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
a[href*="instagram.com"]:hover,
|
||||
a[href*="tiktok.com"]:hover,
|
||||
a[href*="linkedin.com"]:hover,
|
||||
a[href*="twitter.com"]:hover,
|
||||
a[href*="x.com"]:hover {
|
||||
color: #6B8E23;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user