From 2e43088aa2db9450a670540cbc899c141f5c1c1a Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 4 May 2025 23:05:18 -0500 Subject: add share icons, fix html viewport, use postcss in css --- public/index.html | 22 ++++-- public/style.css | 79 -------------------- src/icons.js | 3 + ...load_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg | 1 + ...hare_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg | 1 + ..._off_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg | 1 + src/index.js | 1 + src/style.css | 86 ++++++++++++++++++++++ 8 files changed, 109 insertions(+), 85 deletions(-) delete mode 100644 public/style.css create mode 100644 src/icons/download_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg create mode 100644 src/icons/share_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg create mode 100644 src/icons/visibility_off_24dp_FFFFFF_FILL0_wght400_GRAD0_opsz24.svg create mode 100644 src/style.css diff --git a/public/index.html b/public/index.html index 406122e..4ea10e9 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,8 @@ --> - + + @@ -17,6 +18,15 @@