add visual highlight to matching search query substrings,

add missing aria-label for search input,
fix missing network add icon
This commit is contained in:
2023-09-20 22:17:06 +00:00
parent 497bd60653
commit bf2509ee8f
6 changed files with 21 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
:root {
--negative-color: #f00;
--positive-color: #0f0;
--highlight-color: yellow;
--lightbg-text-color: black;
--main-bg-color: #404040;
--main-text-color: white;