Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevinmain authored Nov 6, 2023
1 parent af6c10b commit 17b9b1d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,19 @@ body {
}

body a {
color: #3b2d2d;
color: #06c;
text-decoration: none;
transition: color 0.25s cubic-bezier(0.33, 1, 0.68, 1)
}

body a:hover {
text-decoration: none;
}

.pagebody-copy a:hover{
text-decoration: none;
}

body button,body input,body select,body textarea {
font-family: 'Calibre', Sans-Serif;
font-style: normal;
Expand Down

0 comments on commit 17b9b1d

Please sign in to comment.