-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreset.css
More file actions
102 lines (83 loc) · 2.14 KB
/
reset.css
File metadata and controls
102 lines (83 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/*! based on modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
::before,
::after {
box-sizing: border-box;
}
html {
font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji",
"Segoe UI Emoji";
line-height: 1.15;
-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
tab-size: 4; /* Use a more readable tab size */
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
legend {
padding: 0;
}
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
font-size: 1em; /* 2 */
}
table {
text-indent: 0;
border-color: inherit;
}
/* browser specific fixes */
summary {
display: list-item; /* Add the correct display in Chrome and Safari. */
}
::-webkit-search-decoration {
-webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS. */
}
::-webkit-file-upload-button {
-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
font: inherit; /* Change font properties to 'inherit' in Safari */
}
[type="search"] {
-webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
outline-offset: -2px; /* Correct the outline style in Safari */
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto; /* Correct the cursor style of increment and decrement buttons in Safari. */
}
progress {
vertical-align: baseline; /* Add the correct vertical alignment in Chrome and Firefox. */
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari. */
}
::-moz-focus-inner {
border-style: none;
padding: 0;
}
:-moz-focusring {
outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
box-shadow: none;
}
button,
select {
text-transform: none; /* Remove the inheritance of text transform in Edge and Firefox. */
}
b,
strong {
font-weight: bolder; /* Add the correct font weight in Edge and Safari. */
}