-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
44 lines (36 loc) · 675 Bytes
/
Copy paththeme.css
File metadata and controls
44 lines (36 loc) · 675 Bytes
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
/*! formalize.css default theme | MIT License | axgmc.github.io/formalize.css */
:root {
--formalize-border-color: rgb(192, 192, 192);
--formalize-placeholder-color: rgb(168, 168, 168);
--formalize-border-radius: 5px;
--formalize-input-width: 50%;
--formalize-input-margin: 2px;
--formalize-input-padding: 6px;
--formalize-button-width: 50%;
--formalize-button-padding: 6px 12px;
}
html {
font-family: sans-serif;
}
th {
text-align: left;
}
td {
vertical-align: top;
}
a:not([href]),
a:not([href]):hover {
color: inherit;
text-decoration: inherit;
}
img[src="#"] {
display: none;
}
iframe {
border: 0;
}
@media print {
body {
background: none;
}
}