Skip to content

Commit 867286d

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: 4bitcss button styling ( Fixes #96 )
1 parent 5e918aa commit 867286d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/AlienBlood/AlienBlood.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ a, a:visited, a:hover { color: var(--cyan); }
173173
background-color: var(--selectionBackground);
174174
}
175175

176-
form input[type="text"], form input[type="checkbox"], input[type="button"], textarea, select, option {
176+
form input[type="text"], form input[type="checkbox"], input[type="button"], button, textarea, select, option {
177177
color: var(--foreground);
178178
background-color: var(--background);
179179
}
@@ -183,7 +183,7 @@ option {
183183
background: var(--background);
184184
}
185185

186-
form input[type="text"], textarea, select {
186+
form input[type="text"], textarea, select, button {
187187
border : 1px solid var(--foreground);
188188
outline: 1px solid var(--foreground);
189189
}

0 commit comments

Comments
 (0)