Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Removed outline.
Browse files Browse the repository at this point in the history
Issue #2

I removed an outline and defined focus for links.
  • Loading branch information
danawidmo committed Dec 23, 2017
1 parent d8fad88 commit a7fce86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/dark/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,15 @@ p{
a:link {
text-decoration: none;
color:#ec9c36;
outline:0;
}
a:visited{
color:#ec9c36;
}
a:hover{
color:#f0be7e;
}
a:active{
a:active, a:focus{
color:#f0be7e;
}
img{
Expand Down

0 comments on commit a7fce86

Please sign in to comment.