Skip to content

Commit

Permalink
compressed image
Browse files Browse the repository at this point in the history
  • Loading branch information
revengemiroz committed May 28, 2020
1 parent 3e95faa commit 7d5dcd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@ li > a{
color: var(--color-third);
}

li>a:hover{
background-color: var(--color-third);
color: white;
border: 2px solid var(--color-third);
}

a:hover{
background-color: var(--color-third);
color: white;
Expand Down

0 comments on commit 7d5dcd1

Please sign in to comment.