-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.css
73 lines (56 loc) · 1.15 KB
/
default.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
69
70
71
72
73
::-moz-selection {
background:#e06d5e;
}
::selection {
background:#e06d5e;
}
.navbar .brand a:hover {
color:#2f2f2f;
}
ul#menu-main > li > a:hover {
color: #2f2f2f;
}
ul#menu-main > li > a:focus,ul#menu-main > li > a:active, ul#menu-main > li > a.selected, ul#menu-main li a.selected:active {
color: #2f2f2f;
}
#header-wrapper h1 span {
color:#2f2f2f;
}
#header-wrapper input[type=submit] {
/* background: #2f2f2f !important;*/
}
#theme-form input[type=submit] {
/* background: #2f2f2f !important;*/
}
.btn.btn-theme {
/* background: #26c8aa !important;*/
}
/* blog */
.home-post .post-meta {
background: #2f2f2f;
}
/* com */
.tabbable ul.nav-tabs li.active a,.tabbable ul.nav-tabs li a:hover {
color: #2f2f2f;
}
.accordion .accordion-heading a.active {
color: #2f2f2f;
}
#tweet ul li a {
color: #2f2f2f;
}
/* works */
#filters ul li a:hover h5, #filters ul li a.active h5 {
background: #2f2f2f;
border-color: #2f2f2f;
}
.portfolio .portfolio-overlay {
background: #2f2f2f;
}
/* icon */
i.icon-bgdark:hover {
background: #26c8aa;
}
i.icon-bgdark.active {
background: #e06d5e;
}