Skip to content

Commit

Permalink
0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAster committed Sep 22, 2023
1 parent 65d1590 commit 99c32f7
Show file tree
Hide file tree
Showing 7 changed files with 461 additions and 472 deletions.
14 changes: 5 additions & 9 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ h1, h2, h3, h4, h5, h6, strong, b {
font-weight: 600;
}

button, input, textarea, select, option {
all: unset;
}

label, button, summary, select, option {
cursor: pointer;
}
Expand All @@ -65,17 +69,9 @@ h1 {
font-size: 1.8em;
}

button, input, textarea, select, option {
font: unset;
background: unset;
color: unset;
margin: unset;
border: unset;
padding: unset;
}

input, textarea {
cursor: auto;
white-space: revert;
}

ul {
Expand Down
Loading

0 comments on commit 99c32f7

Please sign in to comment.