-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
index.css
59 lines (45 loc) · 1.34 KB
/
index.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
/*@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@500;700&display=swap");*/
/*@font-face {
font-family: 'Mulish';
src: local('Mulish bold'), local('Mulish-Bold'), url('./assets/fonts/Mulish-700-Bold.woff2') format('woff2');
font-style: normal;
font-weight: 700;
}
@font-face {
font-family: 'Mulish';
src: local('Mulish Medium'), local('Mulish-Medium'), url('./assets/fonts/Mulish-500-Medium.woff2') format('woff2');
font-style: normal;
font-weight: 500;
}*/
html{
/*font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
font-feature-settings:normal*/
}
body{
background-color:#000;
margin:0;
padding:0;
overflow:hidden;
text-rendering
color: #fff;
-webkit-font-smoothing: antialiased;
text-rendering: optimizelegibility;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-family: 'SegoeUI', "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
}
.menu {
flex:1;
pointer-events:auto;
cursor: pointer;
padding: 2px 0px;
text-underline-offset: 6px;
}
.down {
flex:1;
pointer-events:auto;
cursor: pointer;
padding: 4px 0px;
white-space: nowrap;
text-underline-offset: 6px;
}