UNPKG

1.34 kBCSSView Raw
1html {
2 font: 400 16px/1.55em -apple-system, BlinkMacSystemFont, "Roboto", Helvetica, sans-serif;
3 /*background-color: hsl(223, 9%, 25%);*/
4 -ms-text-size-adjust: 100%;
5 -webkit-text-size-adjust: 100%;
6 text-size-adjust: 100%;
7}
8body {
9 margin: 0;
10 /*background-color: hsl(223, 9%, 25%);*/
11}
12
13a {
14 color: #004276;
15}
16
17figure {
18 margin: 0;
19}
20
21h1 {
22 font-family: Cochin, Georgia, serif;
23}
24
25/*
26html, body, div, span, applet, object, iframe,
27h1, h2, h3, h4, h5, h6, p, blockquote, pre,
28a, abbr, acronym, address, big, cite, code,
29del, dfn, em, img, ins, kbd, q, s, samp,
30small, strike, strong, sub, sup, tt, var,
31b, u, i, center,
32dl, dt, dd, ol, ul, li,
33fieldset, form, label, legend,
34table, caption, tbody, tfoot, thead, tr, th, td,
35article, aside, canvas, details, embed,
36figure, figcaption, footer, header, hgroup,
37menu, nav, output, ruby, section, summary,
38time, mark, audio, video {
39 margin: 0;
40 padding: 0;
41 border: 0;
42 font-size: 100%;
43 font: inherit;
44 vertical-align: baseline;
45}
46article, aside, details, figcaption, figure,
47footer, header, hgroup, menu, nav, section {
48 display: block;
49}
50body {
51 line-height: 1;
52}
53ol, ul {
54 list-style: none;
55}
56blockquote, q {
57 quotes: none;
58}
59blockquote:before, blockquote:after,
60q:before, q:after {
61 content: '';
62 content: none;
63}
64table {
65 border-collapse: collapse;
66 border-spacing: 0;
67}*/