-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbundle.css
More file actions
72 lines (61 loc) · 1.22 KB
/
bundle.css
File metadata and controls
72 lines (61 loc) · 1.22 KB
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
* {
box-sizing: border-box;
}
html,
body {
background-color: #A79B86;
color: rgba(35, 30, 30, 0.9);
font-family: ui-monospace, -apple-system, BlinkMacSystemFont,
"Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell",
"Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
height: 100%;
line-height: 1.5;
}
a {
color: inherit;
}
a:hover {
color: rgba(35, 30, 30, 0.6);
}
.o4 {
opacity: 0.4;
}
.o2 {
opacity: 0.2;
}
:root {
--shadow-color: 0deg 0% 0%;
--shadow-elevation-medium:
-0.5px 0.7px 0.9px hsl(var(--shadow-color) / 0.19),
-1.5px 2.1px 2.6px -1.1px hsl(var(--shadow-color) / 0.16),
-4.5px 5.9px 7.4px -2.2px hsl(var(--shadow-color) / 0.14),
-11.7px 15.5px 19.4px -3.3px hsl(var(--shadow-color) / 0.11);
}
#window {
box-shadow: var(--shadow-elevation-medium);
position: absolute;
z-index: 9;
background-color: #dfdad3;
outline: 4px solid #0f0d0b;
border-radius: 6px;
}
article {
min-height: 600px;
}
header {
background-color: #0f0d0b;
height: 1.75rem;
padding: 0.5rem 0;
}
#windowheader {
cursor: move;
z-index: 10;
}
#x {
background-color: #f4f3f0;
clip-path: circle(50%);
height: 0.75rem;
width: 0.75rem;
}