-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
135 lines (111 loc) · 1.98 KB
/
style.css
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
/* div.content {
max-width: 960px;
margin: auto;
display: flex;
} */
@media (prefers-color-scheme: dark) {
body {
background: #2c2c2c;
color: white,
}
p {
color: white
}
h3 {
color: white
}
h2 {
color: white
}
h1 {
color: white
}
ul {
color: white
}
a {
color: #9E9EFD;
text-decoration: none;
}
a:visited {
color: #CFADF0
}
a:hover {
color: #9E9EFD;
text-decoration: underline;
}
big {
color: white
}
/* <h1 class="shopify-buy__product__title" data-element="product.title">Charlie Walks: A Novel by Daniel Bourke (paperback)</h1> */
.shopify-buy__product__title {
/* color: white !important; */
color: #fff !important;
}
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
line-height: 1.4;
font-size: 16px;
padding: 0 25px;
margin: 25px auto;
max-width: 650px;
/* filter: invert(1) hue-rotate(180deg); */
/* < !-- font-family: Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
--> */
}
ul {
margin-top: 0px;
}
/* Make paperback buy button centered */
#product-component-1667963168069 {
margin: auto;
}
/* Make digital button centered */
#product-component-1667958347782 {
margin: auto;
}
#maincontent {
max-width: 38em;
margin: 15 auto;
margin-top: 70px;
}
h2 {
margin-bottom: 0px;
}
/* img {
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
} */
p.content {
max-width: 700px;
/* margin: auto; */
display: flex;
}
p.letter {
font-style: italic;
}
.block_12 {
display: block;
max-width: 700px;
display: flex;
line-height: 1.5;
margin: 8.5pt 0;
padding: 0
}
.block_15 {
display: block;
font-style: italic;
max-width: 700px;
display: flex;
line-height: 1.5;
margin: 8.5pt 0;
padding: 0
}