Skip to content

Commit

Permalink
Merge pull request #18 from aidan-yip/v2.0.0
Browse files Browse the repository at this point in the history
Patch for light theme.
  • Loading branch information
aidan-yip committed May 21, 2024
2 parents ba09b37 + 59c7fed commit 91c7cc0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ body {
box-shadow: 0px 0px 20px #5b5b5b3b;
background: linear-gradient(
328deg,
rgba(241, 241, 241, 0.6) 0%,
rgba(209, 209, 209, 0.6) 100%
rgba(241, 241, 241, 0.8) 0%,
rgba(209, 209, 209, 0.8) 100%
);
z-index: 1;
}
Expand Down Expand Up @@ -161,8 +161,8 @@ iframe {
box-shadow: 0px 0px 20px #5b5b5b3b;
background: linear-gradient(
328deg,
rgba(241, 241, 241, 0.6) 0%,
rgba(209, 209, 209, 0.6) 100%
rgba(241, 241, 241, 0.8) 0%,
rgba(209, 209, 209, 0.8) 100%
);
z-index: 0;
}
Expand Down Expand Up @@ -291,7 +291,7 @@ a:visited {

h1,
#location {
font-size: 50px;
font-size: 40px;
}

#icon {
Expand Down

0 comments on commit 91c7cc0

Please sign in to comment.