diff --git a/src/lib/css/fluent.css b/src/lib/css/fluent.css index 72533dd..b18b3b3 100644 --- a/src/lib/css/fluent.css +++ b/src/lib/css/fluent.css @@ -17,6 +17,17 @@ user-select: none; } +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: "Segoe UI Variable", sans-serif !important; + font-size: 24px !important; + font-weight: 600; +} + .fluent-press { transition: 0.2s transform var(--fluent-ease-out); } @@ -43,9 +54,9 @@ } button { - border: var(--fluent-stroke); - border-radius: 4px; - background-color: rgba(255, 255, 255, 0.15); + border: var(--fluent-stroke) !important; + border-radius: 4px !important; + background-color: rgba(255, 255, 255, 0.15) !important; height: 32px; padding: 0 12px; font-size: 10pt !important; diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 1ff7ce0..9f88830 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -6,10 +6,11 @@ import { page } from "$app/stores"; import "$lib/css/index.css"; import { Button } from "flowbite-svelte"; - import {DiscordSolid, DownloadOutline} from "flowbite-svelte-icons"; + import { DiscordSolid, DownloadOutline } from "flowbite-svelte-icons"; const excludedRoutesNav = ["/mockup/boot", "/mockup/w11"]; const excludedRoutesBg = ["/mockup", "/mockup/w11"]; + console.log($page.url); $: isNavExcluded = excludedRoutesNav.some((route) => $page.url?.pathname.startsWith(route)); $: isBgExcluded = excludedRoutesBg.some((route) => $page.url?.pathname === route); @@ -21,12 +22,12 @@
+ This is a concept for suyu's launcher, made by nullptr. It is not
a true
+ desktop application, it is non-functional and running in
a browser.
+