-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (39 loc) · 676 Bytes
/
Copy pathstyle.css
File metadata and controls
46 lines (39 loc) · 676 Bytes
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
body {
--text: #050315;
--background: #749b63;
--primary: #7b7c70;
--secondary: #977351;
--accent: #f0f6ed;
}
* {
border: 1px solid var(--accent);
padding-left: 1px;
padding-right: 1px;
margin-bottom: 5px;
margin-top: 5px;
width: 600px;
border-color: white;
}
body {
color: var(--text);
background: var(--background);
font-family: "noto sans";
font-style: italic;
text-decoration-style: unset;
}
h1,
h2,
h3 {
font-family: "lobster";
font-size: x-large;
text-decoration-thickness: larger;
}
img {
border-radius: 10000px;
}
a:link {
color: darkblue;
}
a:visited {
color: black;
}