-
Notifications
You must be signed in to change notification settings - Fork 367
Expand file tree
/
Copy paththeme2.css
More file actions
61 lines (47 loc) · 708 Bytes
/
theme2.css
File metadata and controls
61 lines (47 loc) · 708 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300&display=swap');
body {
grid-area: 1 / 1 / 6 / 2;
background-image: linear-gradient(to right, #6f2f93, #3b2b73);
border-radius:30px;
color:white;
font-family: 'Outfit', sans-serif;
}
re {
color:red;
}
or {
color:orange;
}
yl {
color:yellow;
}
lg {
color:lightgreen;
}
gr {
color:green;
}
bl {
color:blue;
}
tq {
color:turquoise;
}
sky {
color:lightskyblue;
}
pu {
color:purple;
}
pi {
color:pink;
}
h3 {
display:inline;
}
gy {
color:grey;
}
lr {
color:lightsalmon;
}