Add Nord style

This commit is contained in:
2022-01-17 15:46:59 +01:00
parent 452b60b193
commit 2e1315432a
5 changed files with 30 additions and 30 deletions

View File

@@ -52,7 +52,8 @@ export let highlight = false
color: var(--text_color);
}
.click_expand:hover, .highlight:hover {
background-color: var(--input_color_dark)
background-color: var(--input_color_dark);
color: var(--input_text_color);
}
.click_expand {
cursor: pointer;