-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
36 lines (30 loc) · 1.09 KB
/
styles.css
File metadata and controls
36 lines (30 loc) · 1.09 KB
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
:root {
--color-red-800: #a40044;
}
h1, .meddon-regular {
font-family: "Meddon", serif;
font-weight: 400;
font-style: normal;
}
h2, h3, .niconne-regular {
font-family: "Niconne", serif;
font-weight: 400;
font-style: normal;
}
html, .marmelad-regular {
font-family: "Marmelad", serif;
font-weight: 400;
font-style: normal;
}
.bg-lines {
background-repeat: repeat;
background-color: var(--color-red-800);
background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23ffffff' fill-opacity='0.04' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.bg-flower {
background-image: url(./flowers.jpg);
}
/*[text-shadow:_0_1px_0_var(--tw-shadow-color)]*/
.text-shadow {
text-shadow: 0 1px 0 rgba(0,0,0,.9), 0 2px 4px rgba(0,0,0,.8), 0 2px 8px rgba(0,0,0,0.7);
}