Skip to content

Commit

Permalink
feat: 4bitcss button styling ( Fixes #96 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 26, 2024
1 parent 5be6b5e commit 92cc78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/xcodelighthc/xcodelighthc.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ a, a:visited, a:hover { color: var(--cyan); }
background-color: var(--selectionBackground);
}

form input[type="text"], form input[type="checkbox"], input[type="button"], textarea, select, option {
form input[type="text"], form input[type="checkbox"], input[type="button"], button, textarea, select, option {
color: var(--foreground);
background-color: var(--background);
}
Expand All @@ -183,7 +183,7 @@ option {
background: var(--background);
}

form input[type="text"], textarea, select {
form input[type="text"], textarea, select, button {
border : 1px solid var(--foreground);
outline: 1px solid var(--foreground);
}
Expand Down

0 comments on commit 92cc78c

Please sign in to comment.