-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspace.css
More file actions
41 lines (34 loc) · 983 Bytes
/
Copy pathspace.css
File metadata and controls
41 lines (34 loc) · 983 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
/* override font */
@import url('https://fonts.googleapis.com/css?family=Share+Tech+Mono');
*:not(.ex-icon) {
font-family: 'Share Tech Mono', monospace !important;
}
/* wallpaper */
.ex-app {
background: initial;
}
html {
background-image: url('https://wallpaperaccess.com/full/39608.jpg');
background-attachment: fixed;
background-size: cover;
}
/* rocket icon */
header > div:nth-child(1) {
background-image: url('https://cdn-icons-png.flaticon.com/512/124/124584.png');
background-size: 50%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
header > div:nth-child(1) > * {
display: none;
}
/* nasa logo */
header > div:nth-child(2) {
background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/a/a3/NASA_Worm_logo.svg/2560px-NASA_Worm_logo.svg.png');
background-size: 60%;
background-repeat: no-repeat;
background-position: 50% 50%;
}
header > div:nth-child(2) > * {
display: none;
}