mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-13 07:29:23 +00:00
Color fix
This commit is contained in:
parent
43d49f21a3
commit
beaaa191e8
2
lib/SvelteUi/app/dist/index.css
vendored
2
lib/SvelteUi/app/dist/index.css
vendored
File diff suppressed because one or more lines are too long
2
lib/SvelteUi/app/dist/index.js
vendored
2
lib/SvelteUi/app/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -142,7 +142,7 @@ svg {
|
||||
}
|
||||
|
||||
.tick text {
|
||||
fill: #999;
|
||||
fill: #666;
|
||||
text-anchor: start;
|
||||
@apply dark:fill-white
|
||||
}
|
||||
|
||||
@ -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">ⓘ</a>
|
||||
<a href="{wiki('Network-connection')}" target="_blank" class="float-right">ⓘ</a>
|
||||
<input type="hidden" name="w" value="true"/>
|
||||
<div class="my-1">
|
||||
<select name="nc" class="in-s" bind:value={configuration.n.c}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user