Skip to content

Commit

Permalink
Updated favicon, added fallback background
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeling committed Oct 25, 2023
1 parent d028311 commit 8fd8e72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
11 changes: 1 addition & 10 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,8 @@
color-scheme: dark;
}

body {
/* background-image: radial-gradient(rgba(70, 79, 35, 0.3) 1px, transparent 0); */
/* background-image: radial-gradient(circle at 1px 1px, rgba(70, 79, 35, 0.3) 1px, transparent 0);
background-size: 30px 30px;
background-position: -19px -19px; */
}

html {
/* background-image: radial-gradient(rgba(70, 79, 35, 0.3) 1px, transparent 0);
background-size: 30px 30px;
background-position: -19px -19px; */
background: theme(colors.darkest);
background-image: radial-gradient(circle at 1px 1px, rgba(70, 79, 35, 0.3) 1px, transparent 0), radial-gradient(circle at 100px 350px, theme(colors.darker) 0%, theme(colors.darkest) 40%);
background-size: 30px 30px, 100%;
background-position: -19px -19px, 0;
Expand Down

0 comments on commit 8fd8e72

Please sign in to comment.