github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/base/reset/system.scss (about) 1 a { 2 text-decoration: none; 3 } 4 td, 5 th, 6 span, 7 strong { 8 color: inherit; 9 } 10 body { 11 color: $ui-gray-900; 12 } 13 a { 14 color: $ui-color-action; 15 } 16 html { 17 background-color: $ui-white; 18 } 19 hr { 20 background-color: $ui-gray-500; 21 } 22 html { 23 font-size: $typo-size-000; 24 } 25 body { 26 line-height: 1.5; 27 } 28 body, 29 button, 30 input, 31 select, 32 textarea { 33 font-family: $typo-family-sans; 34 } 35 code, 36 pre { 37 font-family: $typo-family-mono; 38 } 39 strong { 40 font-style: inherit; 41 font-weight: $typo-weight-bold; 42 } 43 html { 44 text-rendering: optimizeLegibility; 45 text-size-adjust: 100%; 46 -moz-osx-font-smoothing: grayscale; 47 -webkit-font-smoothing: antialiased; 48 } 49 code, 50 pre { 51 -moz-osx-font-smoothing: auto; 52 -webkit-font-smoothing: auto; 53 } 54 55 pre { 56 -webkit-overflow-scrolling: touch; 57 overflow-x: auto; 58 white-space: pre; 59 word-wrap: normal; 60 } 61 html { 62 overflow-x: hidden; 63 overflow-y: scroll; 64 } 65 html { 66 box-sizing: border-box; 67 } 68 *, 69 *::before, 70 *::after { 71 box-sizing: inherit; 72 } 73 fieldset { 74 border: none; 75 width: 100%; 76 } 77 a, 78 input[type='checkbox'], 79 input[type='radio'] { 80 cursor: pointer; 81 } 82 hr { 83 border: none; 84 display: block; 85 } 86 input[type='checkbox'], 87 input[type='radio'] { 88 vertical-align: baseline; 89 } 90 td, 91 th { 92 text-align: left; 93 vertical-align: top; 94 } 95 html { 96 min-width: 300px; 97 } 98 hr { 99 height: 1px; 100 margin: 1.5rem 0; 101 }