diff --git a/popup/popup.css b/popup/popup.css index a3c8ccb..747ebcf 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -63,6 +63,9 @@ select { textarea { height: 70px; resize: vertical; + background-color: var(--input-bg) !important; + color: var(--text-color) !important; + border: 1px solid var(--input-border) !important; } input[type="color"] { @@ -126,6 +129,9 @@ button:hover { #wordList input[type="text"] { flex: 2; + background-color: var(--input-bg) !important; + color: var(--text-color) !important; + border: 1px solid var(--input-border) !important; } #wordList input[type="color"] { diff --git a/popup/popup.js b/popup/popup.js index e5be9ad..0f231d8 100644 --- a/popup/popup.js +++ b/popup/popup.js @@ -49,15 +49,55 @@ function updateListForm() { function renderWords() { const list = lists[currentListIndex]; - wordList.innerHTML = list.words.map((w, i) => ` -