OILS / web / install.css View on Github | oils.pub

34 lines, 27 significant
1/* For INSTALL.txt as HTML */
2
3@media screen and (min-width: 801px) {
4 body {
5 font-size: large;
6 }
7}
8
9body {
10 font-family: monospace;
11}
12
13h1 {
14 font-size: 1.5em; /* reduce to what browsers apparently use for h2 */
15 font-family: serif;
16}
17
18h2 {
19 font-size: 1.2em; /* reduce to what browsers apparently use for h3 */
20 font-family: serif;
21}
22
23/* Exclude Markdown <pre><code> */
24code:not(pre code) {
25 color: green;
26}
27
28#home-link {
29 font-family: serif;
30}
31
32#build-timestamp {
33 font-family: serif;
34}