UNPKG

3.17 kBCSSView Raw
1.prism-content-h1 {
2 color: rgba(0, 0, 0, 0.87);
3 font-size: 3rem;
4 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
5 font-weight: 300;
6 line-height: 1.2;
7 letter-spacing: -0.01562em;
8}
9.prism-content-h2 {
10 color: rgba(0, 0, 0, 0.87);
11 font-size: 2rem;
12 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
13 font-weight: 300;
14 line-height: 1.2;
15 letter-spacing: -0.00833em;
16}
17.prism-content-h3 {
18 color: rgba(0, 0, 0, 0.87);
19 font-size: 1.2rem;
20 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
21 font-weight: 400;
22 line-height: 1.2;
23 letter-spacing: 0em;
24}
25.prism-content-h4 {
26 color: rgba(0, 0, 0, 0.87);
27 font-size: 1rem;
28 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
29 font-weight: 400;
30 line-height: 1.2;
31 letter-spacing: 0.00735em;
32}
33.prism-content-h5 {
34 color: rgba(0, 0, 0, 0.87);
35 font-size: 0.8rem;
36 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
37 font-weight: 400;
38 line-height: 1.2;
39 letter-spacing: 0em;
40}
41.prism-content-h6 {
42 color: rgba(0, 0, 0, 0.87);
43 font-size: 0.625rem;
44 font-family: "NotoSans", "Roboto", "Arial", sans-serif;
45 font-weight: 400;
46 line-height: 1.2;
47 letter-spacing: 0.0075em;
48}
49.prism-content-ul li {
50 color: rgba(0, 0, 0, 0.87);
51 font-size: 1em;
52 font-family: "Roboto", "Helvetica", "Arial", sans-serif;
53 font-weight: 300;
54 line-height: 1.6;
55}
56.prism-content-ul li a {
57 color: #61b3cf;
58 text-decoration: underline;
59}
60.prism-content-ul li b {
61 font-size: 1rem;
62 font-weight: 700;
63}
64.prism-content-ul li em {
65 font-style: italic;
66}
67.prism-content-ul li small {
68 font-size: 0.625rem;
69 font-weight: 300;
70}
71.prism-content-ul li strong {
72 font-size: 1rem;
73 font-weight: 700;
74}
75.prism-content-ol li {
76 color: rgba(0, 0, 0, 0.87);
77 font-size: 1em;
78 font-family: "Roboto", "Helvetica", "Arial", sans-serif;
79 font-weight: 300;
80 line-height: 1.6;
81}
82.prism-content-ol li a {
83 color: #61b3cf;
84 text-decoration: underline;
85}
86.prism-content-ol li b {
87 font-size: 1rem;
88 font-weight: 700;
89}
90.prism-content-ol li em {
91 font-style: italic;
92}
93.prism-content-ol li small {
94 font-size: 0.625rem;
95 font-weight: 300;
96}
97.prism-content-ol li strong {
98 font-size: 1rem;
99 font-weight: 700;
100}
101.prism-content-blockquote {
102 color: rgba(0, 0, 0, 0.87);
103 margin: 1em 0;
104 font-style: italic;
105 border-left: solid 1px #424242;
106 padding-left: 1em;
107}
108.prism-content-blockquote a {
109 color: #61b3cf;
110 text-decoration: underline;
111}
112.prism-content-blockquote b {
113 font-size: 1rem;
114 font-weight: 700;
115}
116.prism-content-blockquote em {
117 font-style: italic;
118}
119.prism-content-blockquote small {
120 font-size: 0.625rem;
121 font-weight: 300;
122}
123.prism-content-blockquote strong {
124 font-size: 1rem;
125 font-weight: 700;
126}
127.prism-content-p {
128 color: rgba(0, 0, 0, 0.87);
129 font-family: "Roboto", "Arial", sans-serif;
130 font-weight: 300;
131 line-height: 1.6;
132}
133.prism-content-p a {
134 color: #61b3cf;
135 text-decoration: underline;
136}
137.prism-content-p b {
138 font-size: 1rem;
139 font-weight: 700;
140}
141.prism-content-p em {
142 font-style: italic;
143}
144.prism-content-p small {
145 font-size: 0.625rem;
146 font-weight: 300;
147}
148.prism-content-p strong {
149 font-size: 1rem;
150 font-weight: 700;
151}
\No newline at end of file