diff --git a/public/index.html b/public/index.html index c6f3ae1..c72ac79 100644 --- a/public/index.html +++ b/public/index.html @@ -24,15 +24,5 @@
- diff --git a/src/assets/icon.png b/src/assets/icon.png index 3482af0..2f78b66 100644 Binary files a/src/assets/icon.png and b/src/assets/icon.png differ diff --git a/src/components/SysInfoCards.tsx b/src/components/SysInfoCards.tsx index e3dc2a5..22435e6 100644 --- a/src/components/SysInfoCards.tsx +++ b/src/components/SysInfoCards.tsx @@ -34,7 +34,7 @@ function SysInfoCards() { const gpu = sysInfoContext.graphics; const bios = sysInfoContext.bios; return ( -
+
{system === false || mem === false || bios === false ? (
diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx index eb1a5cd..2a4db8c 100644 --- a/src/components/TopBar.tsx +++ b/src/components/TopBar.tsx @@ -13,8 +13,8 @@ function TopBar() {
@@ -36,27 +36,27 @@ function TopBar() { className="uk-margin-left" value={discordText} onClick={openExternal("https://discord.gg/EahayUv")} - background="#7289da" + background="#888888" /> {mode => ( )} { require("uikit") .modal(document.getElementById("locale-selector-modal")) .show(); }} - background="rgba(0, 0, 0, 0)" + background="#888888" />
); diff --git a/src/index.scss b/src/index.scss index 8d011f7..0d2cf52 100644 --- a/src/index.scss +++ b/src/index.scss @@ -10,8 +10,40 @@ html { cursor: pointer; } + .uk-h1, + .uk-h2, + .uk-h3, + .uk-h4, + .uk-h5, + .uk-h6, + .uk-heading-2xlarge, + .uk-heading-large, + .uk-heading-medium, + .uk-heading-small, + .uk-heading-xlarge, + .uk-tab, + .uk-card-title, + .uk-badge, + .uk-button, h1, h2, h3, h4, h5, h6, html { + font-family: Arial, Helvetica, sans-serif; + } + + .uk-h2 { + font-size: 23px; + line-height: 0.3; + } + + .uk-card-title { + font-weight: 600; + } + + .uk-badge { + height: 28px; + border-radius: 5px; + } + .uk-modal { - background-color: rgba(50, 50, 50, 0.6); + background-color: rgba(0, 0, 0, 0.75); .uk-modal-dialog { background-color: #1e87f0;