Skip to content

Commit 6663325

Browse files
committed
Update kylestechkorner-main.css
1 parent 2692bf8 commit 6663325

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

assets/kylestechkorner/css/kylestechkorner-main.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,6 @@ nav {
297297
margin: 1em auto!important;
298298
}
299299

300-
nav a {
301-
border-bottom: none !important;
302-
}
303-
304300
footer p {
305301
font-size: 90%;
306302
line-height: 160%;
@@ -474,7 +470,7 @@ img {
474470
box-shadow: .05em .05em .5em rgba(0,0,0,.1);
475471
height: auto
476472
}
477-
img a {
473+
img a:link, a:visited, a:hover, a:active {
478474
border-bottom: none !important;
479475
}
480476

@@ -569,8 +565,9 @@ svg.profile-accounts__icon {
569565
filter: drop-shadow(.05em .05em .05em rgba(0,0,0,.25))
570566
}
571567

572-
.profile-accounts a:hover .profile-accounts__icon,.profile-accounts a:focus .profile-accounts__icon,.profile-accounts a:active .profile-accounts__icon {
573-
color: var(--purple)
568+
.profile-accounts a:hover .profile-accounts__icon,.profile-accounts a:focus .profile-accounts__icon,.profile-accounts a:active .profile-accounts__icon, .profile-accounts a:link .profile-accounts__icon {
569+
color: var(--purple);
570+
border-bottom: none !important;
574571
}
575572
.u-hidden--visually {
576573
clip: rect(0 0 0 0);

0 commit comments

Comments
 (0)