-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
50 lines (43 loc) · 838 Bytes
/
styles.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
body {
text-align: center !important;
margin: 3rem;
}
img {
width: 32px;
height: 32px;
}
.repository {
text-align: start;
border-bottom: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
}
.repository :nth-child(3) {
font-size: 12px;
margin: 0 0 0 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.repository :nth-child(4) {
font-weight: bold;
font-size: 12px;
}
.repository :nth-child(1) {
font-style: italic;
font-size: 12px;
text-align: start;
}
.repository :nth-child(2) {
margin: 0 0 0 10px;
}
button {
background-color: #4CAF50; /* Green */
border: none;
color: white;
padding: 1rem 2rem;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
display: none;
}