Skip to content

Commit

Permalink
updated colors and font
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-linick committed Apr 18, 2024
1 parent e03982f commit 0f4bee2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
10 changes: 5 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:root {
--primaryText: #fff;
--secondaryText: #ff015e;
--primary: rgba(156, 39, 176, .60);
--secondary: rgba(255, 1, 94, .60);
--buttonHover: rgba(156, 39, 176, .40);
--smallButtonHover: rgba(0, 0, 0, .25);
--primary: rgba(255, 134, 79, 0.8);
--secondary: rgba(255, 134, 79, 0.8);
--buttonHover: rgba(249, 70, 70, 0.8);
--smallButtonHover: rgba(249, 70, 70, 0.8);
}

html {
Expand Down Expand Up @@ -34,7 +34,7 @@ body {
background-attachment: fixed;
/* Resizes the background image to cover the entire container */
background-size: cover;
font-family: Futura, Verdana, sans-serif;
font-family: "Roboto Slab", serif;
line-height: 1.5;
font-size: 18px;
display: flex;
Expand Down
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<!-- Add your name below -->
<title>Caleb Linick</title>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap" rel="stylesheet">
</head>

<body class="main-text-color">
Expand Down

0 comments on commit 0f4bee2

Please sign in to comment.