Skip to content

Commit

Permalink
Fix select box
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Mar 2, 2024
1 parent b08db57 commit 8fc0fc5
Show file tree
Hide file tree
Showing 2 changed files with 1,352 additions and 1,343 deletions.
9 changes: 9 additions & 0 deletions data/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,15 @@ select {
color: var(--text-color);
}

option {
color: var(--text-color);
background: var(--bg-color);
}

input[type="button"] {
padding: 7px;
}

h1,h2 {
color: var(--h-color);
line-height: 5px;
Expand Down
Loading

0 comments on commit 8fc0fc5

Please sign in to comment.