Skip to content

Commit

Permalink
Introduce subtle underline/border for unhovered/unfocused links
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhlauke committed Dec 26, 2017
1 parent 5c94acd commit 686df55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions presentation/shower/themes/redux/styles/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ h1,h2,h3,h4,h5,h6 { font-weight:bold; }
color: #fff;
}

a, .slide a { color: #FD0B85; text-decoration: none; border: none; }
a:focus, a:hover, a:active { border-bottom: .05em solid; }
a, .slide a { color: #FD0B85; text-decoration: none; border-bottom: rgba(253,11,133,0.2) .05em solid; }
a:focus, a:hover, a:active { border-bottom: #FD0B85 .05em solid; }

del { opacity: 0.5;}

Expand Down

0 comments on commit 686df55

Please sign in to comment.