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
James Brundage committed Oct 26, 2024
1 parent 6a08a6d commit 651bb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Commands/Export-4BitCSS.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,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 @@ -557,7 +557,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 651bb54

Please sign in to comment.