-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreset.css
77 lines (61 loc) · 1.15 KB
/
reset.css
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
/* Derived from: https://github.com/elad2412/the-new-css-reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
all: unset;
display: revert;
}
*, *::before, *::after {
box-sizing: border-box;
}
a {
text-decoration: none;
}
a, button {
cursor: revert;
}
details summary, menu, ol, ul {
list-style: none;
}
details ::marker, details ::-webkit-details-marker {
display: none;
}
audio, img, iframe, video {
max-inline-size: 100%;
max-block-size: 100%;
}
table {
border-collapse: collapse;
}
input, textarea {
-webkit-user-select: auto;
}
textarea {
white-space: revert;
}
iframe {
border: unset;
}
::placeholder {
all: unset;
}
::marker {
content: initial;
}
:where([hidden]) {
display: none;
}
:where([draggable=true]) {
-webkit-user-drag: element;
}
:where(dialog:modal) {
all: revert;
}
Copilot
Rewards
Settings
Copilot
typography-interaction-2324.github.io
Ask a follow-up question
GPT-3.5
GPT-4
Copilot is ready for this page
Summary