-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (59 loc) · 1.02 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
:root {
--main-color: #3498db;
--sub-color: #ff874d;
--green-color: #60d7a9;
--white-color: #f5f5f5;
--black-color: #464646;
--gray-color: #545454;
--skin-color: #ffcc99;
}
h1 {
color: #1687a7;
}
h2 {
color: #4a47a3;
margin-bottom: 30px;
}
.sns-box {
margin: 20px;
& > * {
color: var(--gray-color);
&:not(:first-child) {
margin-left: 20px;
}
}
}
.section-title {
background: #faf3e0;
}
.setting-background {
& h2 {
color: #e7e6e1;
}
}
.end {
color: var(--sub-color);
background-image: linear-gradient(var(--black-color), var(--black-color)),
url('https://media.giphy.com/media/ass2cYPZuBQ1q/giphy.gif');
background-blend-mode: multiply;
background-repeat: no-repeat;
background-size: cover;
& h1 {
color: #faf3e0;
}
}
.link {
color: var(--sub-color);
}
.shadow-dom > .slide-internal-box {
gap: 28px;
}
.shadow-dom > .slide-internal-box > h5 {
margin-top: 12px;
}
.spesifications h5 {
margin-bottom: 8px;
}
.browser-support img {
width: 70%;
}