diff --git a/public/fonts/InterVariable.woff2 b/public/fonts/InterVariable.woff2 new file mode 100644 index 0000000..5a8d3e7 Binary files /dev/null and b/public/fonts/InterVariable.woff2 differ diff --git a/src/components/CategoryNav.css b/src/components/CategoryNav.css index 9f05413..9b8c833 100644 --- a/src/components/CategoryNav.css +++ b/src/components/CategoryNav.css @@ -4,14 +4,10 @@ white-space: nowrap; overflow-x: scroll; /* scrollbar-width: none; /* Firefox */ - /* -ms-overflow-style: none; /* Internet Explorer and Edge */ + /* -ms-overflow-style: none; /* Internet Explorer and Edge */ position: sticky; top: 0; background-color: var(--background); - --shadow-color: rgb(0 0 0 / 0.04); - box-shadow: 0px 0px 0px 0px var(--shadow-color), - 0px 1px 1px -0.5px var(--shadow-color), - 0px 3px 3px -1.5px var(--shadow-color); z-index: 999999; } diff --git a/src/components/CategoryNavItem.css b/src/components/CategoryNavItem.css index a4c321a..a62a593 100644 --- a/src/components/CategoryNavItem.css +++ b/src/components/CategoryNavItem.css @@ -5,7 +5,7 @@ outline: none; background: none; cursor: pointer; - border-bottom: 2px solid transparent; + border-bottom: 1px solid transparent; font-family: var(--body-copy); font-weight: 400; color: var(--text-secondary); @@ -17,5 +17,5 @@ .nav__item.is-active { color: var(--text-primary); - border-bottom: 3px solid var(--icon-primary); + border-bottom: 1px solid var(--support-info); } \ No newline at end of file diff --git a/src/data/tools.json b/src/data/tools.json index d7aa104..cb10d56 100644 --- a/src/data/tools.json +++ b/src/data/tools.json @@ -1641,13 +1641,6 @@ "title": "Photos", "category": "photos", "content": [ - { - "title": "Aesthetic Background", - "body": "Aesthetic & background generator.", - "tag": "Free", - "url": "https://www.aestheticbackground.com/?ref=riseofmachine.com", - "date-added": "2024-11-17" - }, { "title": "BeFunky", "body": "Edit photos,create graphics & collages.", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index b5323e6..ec10675 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -11,7 +11,7 @@ const { site, title, tagline } = Astro.props; --- - + @@ -112,11 +112,18 @@ const { site, title, tagline } = Astro.props;