-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcustom.css
68 lines (57 loc) · 1.33 KB
/
custom.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.following.bar.light {
background: #205081;
color: #fff;
border-bottom-color: #2e3d54;
}
.following.bar .top.menu a.item {
color: #fff;
}
.following.bar .top.menu a.item:hover {
background-color: #296ca3;
color: #f0f0f0;
}
.following.bar .top.menu a.item.active {
background-color: #296ca3;
color: #f0f0f0;
}
.following.bar .head.link.item {
color: #f0f0f0;
}
.following.bar .head.link.item i.octicon-triangle-down {
font-size: 12px;
color: #d8d5d5;
}
.following.bar .right.menu .dropdown .menu {
border-radius: 0;
}
.ui.menu .ui.dropdown .menu>.item:hover,
.ui.menu .ui.dropdown .menu>.selected.item {
background-color: #3b73af !important;
color: #fff !important;
border-radius: 0;
}
.ui.top.attached.header,
.ui.vertical.menu .header.item {
background-color: #3b73af;
color: #fff;
border: 0;
}
.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
background-color: #3b73af !important;
color: #fff !important;
border-radius: 0;
}
.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
background-color: #3b73af !important;
color: #fff !important;
border-radius: 0;
}
.ui.vertical.menu .active.item {
background-color: #3b73af !important;
color: #fff !important;
border-radius: 0;
}