diff --git a/public/themes/catppuccinFrappe.css b/public/themes/catppuccinFrappe.css index f40c3dc..0a0c52c 100644 --- a/public/themes/catppuccinFrappe.css +++ b/public/themes/catppuccinFrappe.css @@ -1,29 +1,29 @@ @import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap"); :root { - --background-primary: #303446 !important; - --background-lighter: #232634 !important; - --navbar-color: #232634 !important; - --navbar-height: 60px !important; - --navbar-text-color: #ca9ee6 !important; - --navbar-link-color: #8caaee !important; - --navbar-link-hover-color: #ca9ee6 !important; - --navbar-font: "Roboto" !important; - --input-text-color: #c6d0f5 !important; - --input-placeholder-color: #b5bfe2 !important; - --input-background-color: #292c3c !important; - --input-border-color: #ca9ee6 !important; - --input-border-size: 1.3px !important; - --navbar-logo-filter: none !important; - --dropdown-option-hover-color: #232634 !important; - --tab-color: #414559 !important; + --background-primary: #303446 !important; + --background-lighter: #232634 !important; + --navbar-color: #232634 !important; + --navbar-height: 60px !important; + --navbar-text-color: #ca9ee6 !important; + --navbar-link-color: #8caaee !important; + --navbar-link-hover-color: #ca9ee6 !important; + --navbar-font: "Roboto" !important; + --input-text-color: #c6d0f5 !important; + --input-placeholder-color: #b5bfe2 !important; + --input-background-color: #292c3c !important; + --input-border-color: #ca9ee6 !important; + --input-border-size: 1.3px !important; + --navbar-logo-filter: none !important; + --dropdown-option-hover-color: #232634 !important; + --tab-color: #414559 !important; } .font-inter { - font-family: "Inter", sans-serif; - font-weight: 300; + font-family: "Inter", sans-serif; + font-weight: 300; } .font-roboto { - font-family: "Roboto"; -} \ No newline at end of file + font-family: "Roboto"; +} diff --git a/public/themes/catppuccinMacchiato.css b/public/themes/catppuccinMacchiato.css index 27c2f8e..9d1ba4f 100644 --- a/public/themes/catppuccinMacchiato.css +++ b/public/themes/catppuccinMacchiato.css @@ -1,29 +1,29 @@ @import url("https://fonts.googleapis.com/css2?family=Dongle&family=Roboto:wght@100&display=swap"); :root { - --background-primary: #24273a !important; - --background-lighter: #181926 !important; - --navbar-color: #181926 !important; - --navbar-height: 60px !important; - --navbar-text-color: #c6a0f6 !important; - --navbar-link-color: #8aadf4 !important; - --navbar-link-hover-color: #c6a0f6 !important; - --navbar-font: "Roboto" !important; - --input-text-color: #cad3f5 !important; - --input-placeholder-color: #b8c0e0 !important; - --input-background-color: #1e2030 !important; - --input-border-color: #c6a0f6 !important; - --input-border-size: 1.3px !important; - --navbar-logo-filter: none !important; - --dropdown-option-hover-color: #181926 !important; - --tab-color: #363a4f; + --background-primary: #24273a !important; + --background-lighter: #181926 !important; + --navbar-color: #181926 !important; + --navbar-height: 60px !important; + --navbar-text-color: #c6a0f6 !important; + --navbar-link-color: #8aadf4 !important; + --navbar-link-hover-color: #c6a0f6 !important; + --navbar-font: "Roboto" !important; + --input-text-color: #cad3f5 !important; + --input-placeholder-color: #b8c0e0 !important; + --input-background-color: #1e2030 !important; + --input-border-color: #c6a0f6 !important; + --input-border-size: 1.3px !important; + --navbar-logo-filter: none !important; + --dropdown-option-hover-color: #181926 !important; + --tab-color: #363a4f; } .font-inter { - font-family: "Inter", sans-serif; - font-weight: 300; + font-family: "Inter", sans-serif; + font-weight: 300; } .font-roboto { - font-family: "Roboto"; -} \ No newline at end of file + font-family: "Roboto"; +} diff --git a/src/LoadSuspense.tsx b/src/LoadSuspense.tsx index ede4679..f5ed562 100644 --- a/src/LoadSuspense.tsx +++ b/src/LoadSuspense.tsx @@ -2,7 +2,7 @@ import "./Suspense.css"; export function LoadSuspense() { return ( -
+
- +
+
-
-
{props.children}
+
+
{props.children}
); diff --git a/src/components/iframe/IframeHeader.tsx b/src/components/iframe/IframeHeader.tsx index da8c31c..125048e 100644 --- a/src/components/iframe/IframeHeader.tsx +++ b/src/components/iframe/IframeHeader.tsx @@ -32,7 +32,7 @@ export function IframeHeader(props: { url: string }) { id="iframeNav" className="flex h-16 flex-row items-center justify-between gap-3 bg-navbar-color px-4" > - +
-