Initial commit
[lumi-signature-composer.git] / src / index.css
blob4b817b74b690ba43c4bbb5588c96c9039f109da8
1 html {
2 font-size: 16px;
3 color: #2e2e2e;
6 body {
7 margin: 0;
8 padding: 0;
9 font-family: sans-serif;
10 font-size: 1em;
11 box-sizing: border-box;
14 input {
15 -webkit-appearance: none;
18 button {
19 border: none;
22 a {
23 color: #898884;
24 outline: 3px solid transparent;
25 border: 1px solid transparent;
26 text-decoration: none;
29 a:hover {
30 color: #232220;