-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
style.css
54 lines (48 loc) · 1.07 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
html,
body {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
background: #313131;
}
#messageArea::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #000000e0;
}
#messageArea::-webkit-scrollbar {
width: 6px;
background-color: #000000e0;
}
#messageArea::-webkit-scrollbar-thumb {
background-color: #f5f5f5e0;
}
@font-face {
font-family: "BMEULJIRO";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/BMEULJIRO.woff")
format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "MapoPeacefull";
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/[email protected]/MapoPeacefullA.woff")
format("woff");
font-weight: normal;
font-style: normal;
}
#repo {
position: absolute;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 50%;
min-height: 40px;
height: calc((100% - 720px) / 2);
z-index: 1000;
}
#repo a {
position: relative;
left: 50%;
}