From 323a9bdd1652823cd6bba4ef2749b6c21a256b3a Mon Sep 17 00:00:00 2001 From: Ivy Collective Date: Mon, 23 Dec 2024 18:56:51 -0500 Subject: [PATCH] switch to reboot styles --- App.razor | 4 ++-- Layout/MainLayout.razor | 2 +- Pages/Main/Settings.razor | 36 ++++++++++++++++++++++-------------- wwwroot/css/app.css | 11 ----------- wwwroot/index.html | 3 +-- 5 files changed, 26 insertions(+), 30 deletions(-) delete mode 100644 wwwroot/css/app.css diff --git a/App.razor b/App.razor index 586e971..d430ef5 100644 --- a/App.razor +++ b/App.razor @@ -13,7 +13,7 @@ An error occurred - +

An error occurred

If you're able to, contact a developer to get the issue fixed. @@ -27,7 +27,7 @@ Not found - +

Page Not Found

Head back home?
diff --git a/Layout/MainLayout.razor b/Layout/MainLayout.razor index 8767763..d072085 100644 --- a/Layout/MainLayout.razor +++ b/Layout/MainLayout.razor @@ -15,7 +15,7 @@ About - + @Body diff --git a/Pages/Main/Settings.razor b/Pages/Main/Settings.razor index a728e07..2e8783e 100644 --- a/Pages/Main/Settings.razor +++ b/Pages/Main/Settings.razor @@ -9,24 +9,30 @@

Settings

-Apply changes -Undo changes +

+ Apply changes + Undo changes +

Appearance

Switch between light and dark mode, and pick your accent color

- - System (automatically set) - Light - Dark - +

+ + System (automatically set) + Light + Dark + +

- +

+ +

API Server

@@ -40,8 +46,10 @@

You can sign out here. If you want to, you can optionally sign out of all linked applications for your account.

-Sign out -Unlink applications +

+ Sign out + Unlink applications +

diff --git a/wwwroot/css/app.css b/wwwroot/css/app.css deleted file mode 100644 index 7326c03..0000000 --- a/wwwroot/css/app.css +++ /dev/null @@ -1,11 +0,0 @@ -body { - margin: 0; - padding: 0; - height: 100vh; - font-family: var(--body-font); - font-size: var(--type-ramp-base-font-size); - line-height: var(--type-ramp-base-line-height); - font-weight: var(--font-weight); - color: var(--neutral-foreground-rest); - background: var(--neutral-fill-layer-rest); -} \ No newline at end of file diff --git a/wwwroot/index.html b/wwwroot/index.html index d7d2557..b717276 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -6,9 +6,9 @@ blazingconsole - + @@ -75,5 +75,4 @@ -