Skip to content

Commit

Permalink
new background color and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewMcArthur committed Feb 2, 2024
1 parent 9292132 commit 8d78026
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion public/about.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ This favicon was generated using the following font:

- Font Title: Arvo
- Font Author: Copyright 2010 Anton Koovit, Yassin Baggar.
- Font Source: http://fonts.gstatic.com/s/arvo/v20/tDbD2oWUg0MKmSAa7Lzr7vs.ttf
- Font Source: http://fonts.gstatic.com/s/arvo/v22/tDbD2oWUg0MKmSAa7Lzr7vs.ttf
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
Binary file modified public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Drew McArthur | drewmca.dev",
"short_name": "drewmca.dev",
"name": "drew mca | drewmca.dev",
"short_name": "drew mca",
"icons": [
{
"src": "/android-chrome-192x192.png",
Expand All @@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "antiquewhite",
"background_color": "antiquewhite",
"theme_color": "whitesmoke",
"background_color": "whitesmoke",
"display": "minimal-ui"
}
15 changes: 8 additions & 7 deletions src/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
:root {
--background-color: antiquewhite;
--background-color: whitesmoke;

--main-color: #394f4f;
--light-color: #6b7d7d;
--main-color: #0a0a0a;
--light-color: #404040;

--main-color--hover: #1b3333;
--main-color--hover: #000;

/* to calculate, put the above hex into https://codepen.io/sosuke/pen/Pjoqqp */
--background-color-filter: invert(100%) sepia(86%) saturate(795%) hue-rotate(299deg) brightness(107%) contrast(96%);
--background-color-filter: invert(100%) sepia(27%) saturate(238%) hue-rotate(265deg) brightness(112%) contrast(92%);

--main-color-filter: invert(27%) sepia(15%) saturate(626%) hue-rotate(131deg) brightness(96%) contrast(91%);
--main-color-filter: invert(0%) sepia(86%) saturate(7393%) hue-rotate(208deg) brightness(104%) contrast(95%);

--main-color-filter--hover: invert(0%) sepia(15%) saturate(7498%) hue-rotate(53deg) brightness(94%) contrast(98%);

--main-color-filter--hover: invert(15%) sepia(8%) saturate(2382%) hue-rotate(131deg) brightness(93%) contrast(89%);

/** animation timing **/
--flyin-timing: cubic-bezier(0, 1, 0, 1);
Expand Down

0 comments on commit 8d78026

Please sign in to comment.