github.com/kyleu/dbaudit@v0.0.2-0.20240321155047-ff2f2c940496/client/src/style/reset.css (about) 1 /* Content managed by Project Forge, see [projectforge.md] for details. */ 2 body { 3 margin: 0; 4 } 5 6 main { 7 display: block; 8 } 9 10 hr { 11 box-sizing: content-box; 12 height: 0; 13 overflow: visible; 14 } 15 16 pre { 17 font-family: monospace, monospace; 18 font-size: 1em; 19 margin: 0; 20 } 21 22 a { 23 background-color: transparent; 24 } 25 26 b, strong { 27 font-weight: bolder; 28 } 29 30 code, kbd, samp { 31 font-family: monospace, monospace; 32 font-size: 1em; 33 } 34 35 img { 36 border-style: none; 37 } 38 39 button, input, optgroup, select, textarea { 40 font-family: inherit; 41 font-size: 90%; 42 margin: 0; 43 } 44 45 textarea { 46 overflow: auto; 47 } 48 49 [type="checkbox"], [type="radio"] { 50 box-sizing: border-box; 51 padding: 0; 52 } 53 54 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { 55 height: auto; 56 } 57 58 [type="search"] { 59 -webkit-appearance: textfield; 60 outline-offset: -2px; 61 } 62 63 [type="search"]::-webkit-search-decoration { 64 -webkit-appearance: none; 65 } 66 67 [hidden] { 68 display: none; 69 }