Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
User782Tec committed Jan 14, 2023
1 parent 5c2a73c commit e4d544a
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 94 deletions.
11 changes: 11 additions & 0 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,22 @@ body {
}

html {
touch-action: none;
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent;
}

html * {
touch-action: auto;
}

pre {
font-family: monospace;
}


hr {
box-sizing: content-box;
height: 0;
Expand All @@ -35,6 +45,7 @@ hr {

[type=button], [type=reset], [type=submit], button {
-webkit-appearance: button;
appearance: button;
}
button, select {
text-transform: none;
Expand Down

0 comments on commit e4d544a

Please sign in to comment.