From 45c0fbb4622f385b18886fb6922ec69f277aa4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxi=20Quo=C3=9F?= Date: Thu, 1 Jun 2023 15:18:58 +0200 Subject: [PATCH] higher contrast for titles --- frontend/src/components/DeviceCard.svelte | 4 ++-- frontend/src/components/DeviceForm.svelte | 2 +- frontend/src/routes/settings/+page.svelte | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/DeviceCard.svelte b/frontend/src/components/DeviceCard.svelte index 557bb25a..c0822e23 100644 --- a/frontend/src/components/DeviceCard.svelte +++ b/frontend/src/components/DeviceCard.svelte @@ -87,13 +87,13 @@ {#if device.link} -

+

{device.name}

{:else} -

{device.name}

+

{device.name}

{/if}

{device.ip}

{#if device?.expand?.ports} diff --git a/frontend/src/components/DeviceForm.svelte b/frontend/src/components/DeviceForm.svelte index 0569be7b..6ad1a7f4 100644 --- a/frontend/src/components/DeviceForm.svelte +++ b/frontend/src/components/DeviceForm.svelte @@ -118,7 +118,7 @@
-

{mode === 'add' ? 'Add new device' : device.name}

+

{mode === 'add' ? 'Add new device' : device.name}

diff --git a/frontend/src/routes/settings/+page.svelte b/frontend/src/routes/settings/+page.svelte index f846d10d..34f482ff 100644 --- a/frontend/src/routes/settings/+page.svelte +++ b/frontend/src/routes/settings/+page.svelte @@ -152,7 +152,7 @@
-

Ping interval

+

Ping interval

Sets the interval in which the devices are pinged.

Cron @@ -165,7 +165,7 @@ bind:value={$settings_private.interval} />
-

Title

+

Title

Sets the title of the website and in the browser tab.

Title @@ -178,7 +178,7 @@ bind:value={$settings_public.website_title} />
-

Icon

+

Icon

-

Network scan

+

Network scan

Set the network address to scan.