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

Commit

Permalink
updated style sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
sarah-svg committed Mar 1, 2022
1 parent e3ef17c commit c0aacaa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 90 deletions.
8 changes: 2 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300&display=swap"
rel="stylesheet"
/>

<link rel="stylesheet" href="./styles/style.css" />
<link rel="stylesheet" href="./styles/reset.css" />
<link rel="stylesheet" href="./styles/global.css" />


<title>Cool Web</title>
</head>
Expand Down
45 changes: 0 additions & 45 deletions styles/global.css

This file was deleted.

38 changes: 0 additions & 38 deletions styles/reset.css

This file was deleted.

4 changes: 3 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@

@import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap');
body {
/* feel free to update these css variables for a quick theme */

Expand Down Expand Up @@ -26,7 +28,7 @@ body {
--gutter: 30px;
--footer-height: 30px;

font-family: 'Titillium Web', sans-serif;
font-family: 'Hubballi', cursive;;
background-color: var(--color2);
}

Expand Down

0 comments on commit c0aacaa

Please sign in to comment.