-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
31 lines (27 loc) · 732 Bytes
/
Copy pathstyles.css
File metadata and controls
31 lines (27 loc) · 732 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
body {
background-color: rgb(13, 17, 23);
}
#heatmap {
display: grid;
grid-template-columns: repeat(53, 12px);
gap: 3px;
}
.cell {
width: 10px;
height: 10px;
border-radius: 2px;
}
#totalDays {
font-size: 16px;
color: rgb(255, 246, 246);
text-align: left;
padding-bottom: 4px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
#warning {
font-size: 16px;
color: rgb(255, 246, 246);
text-align: left;
padding-bottom: 4px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}