Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
biologyscience authored Jul 14, 2023
1 parent fc283b8 commit 6cb49c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');

body
{
Expand All @@ -11,7 +11,7 @@ body
margin: 0;
height: 100vh;
background-image: linear-gradient(45deg, hsl(0, 0%, 15%), hsl(0, 0%, 30%) 70%);
font-family: 'Inter', sans-serif;
font-family: 'Ubuntu', sans-serif;
}

div
Expand Down Expand Up @@ -62,4 +62,4 @@ a::after
transition: width ease 200ms;
}

a:hover::after { width: 100%; }
a:hover::after { width: 100%; }

0 comments on commit 6cb49c2

Please sign in to comment.