Color fix

This commit is contained in:
Gunnar Skjold 2024-04-20 13:08:39 +02:00
parent 43d49f21a3
commit beaaa191e8
4 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -142,7 +142,7 @@ svg {
}
.tick text {
fill: #999;
fill: #666;
text-anchor: start;
@apply dark:fill-white
}

View File

@ -447,7 +447,7 @@
{#if configuration?.w}
<div class="cnt">
<strong class="text-sm">{translations.conf?.connection?.title ?? "Connection"}</strong>
<a href="{wiki('WiFi-configuration')}" target="_blank" class="float-right">&#9432;</a>
<a href="{wiki('Network-connection')}" target="_blank" class="float-right">&#9432;</a>
<input type="hidden" name="w" value="true"/>
<div class="my-1">
<select name="nc" class="in-s" bind:value={configuration.n.c}>