-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
34 lines (32 loc) · 687 Bytes
/
Copy pathstyle.css
File metadata and controls
34 lines (32 loc) · 687 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
a.edit-on-github {
position: absolute;
top: 0;
right: 0;
z-index: 1000;
background: #000;
color: #fff;
padding: 8px 24px;
font-family: Arial, sans-serif;
font-size: 1rem;
text-decoration: none;
border-bottom-left-radius: 6px;
box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
a.task-link {
color: #000;
}
.top-bar {
width: 100%;
background: #e0e0e0;
border-bottom: 1px solid #b0b0b0;
padding: 4px 0;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
font-weight: 500;
letter-spacing: 0.5px;
z-index: 100;
margin-bottom: 24px;;
}