-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.css
51 lines (43 loc) · 879 Bytes
/
index.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
51
ul#navbar {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #2B2B2B;
font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, serif;
}
div#sidebar label {
font-family: -apple-system, system-ui, BlinkMacSystemFont, Arial, serif;
margin: 3px;
}
ul#navbar > li {
float: left;
}
#nav-logo {
text-align: center;
height: 32px;
display: block;
margin: 0 auto;
padding: 8.5px 0 8.5px 8.5px;
}
ul#navbar > li > a {
display: block;
color: #EEFFFF;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
ul#navbar > li > a.link-tab {
color: #89DDFF;
}
ul#navbar > li > a#todo-list {
color: #F07178;
}
ul#navbar > li > a:hover {
background-color: #616161;
}
.new-tag {
color: #FFCB6B;
font-size: 10px;
vertical-align: text-top;
}