-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (50 loc) · 1016 Bytes
/
style.css
File metadata and controls
64 lines (50 loc) · 1016 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
62
63
64
@font-face {
font-family: "Cocon";
src: url('fonts/Cocon-Regular-Font.otf');
src: url('fonts/Cocon-Regular-Font.otf') format('opentype');
}
body {
display: flex;
justify-content: center;
background-color: #192747;
font-family: "Cocon", Arial, Helvetica, sans-serif;
color: #b2b5bf;
}
#main-header-small {
font-size: 20px;
}
#main-header-big {
color: #54c798;
}
#label-discord-bot {
background-position: center 100px;
}
.section-header {
margin: auto auto 0px 5px;
}
.section {
background-color: #131b2f;
border-radius: 10px;
padding: 5px 10px 15px 10px;
}
.subsection {
background-color: #253250;
border-radius: 10px;
padding: 10px 10px 10px 10px;
margin-bottom: -4px;
}
a {
color: #9cc0d2;
}
a:hover, a:visited {
color: #73a3d0;
}
a[class="project"] {
text-decoration: none;
}
.icon-text {
margin: 0 auto
}
.container {
margin: 10px 10px;
}