Skip to content

Commit c4d432f

Browse files
committed
Merge branch 'master' of https://github.com/creecros/Customizer
2 parents cf33fc3 + 31b7798 commit c4d432f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Assets/css/themes/Blueboard.css

+10-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ header h1 {
4747
line-height: 2rem
4848
}
4949

50+
header .web-notification-icon {
51+
color: #D45353 !important;
52+
}
53+
54+
a i.web-notification-icon:focus,
55+
a i.web-notification-icon:hover {
56+
color: #000 !important;
57+
}
58+
5059
.tooltip i.fa {
5160
color: #fff;
5261
}
@@ -227,7 +236,7 @@ input[type="number"], input[type="date"], input[type="email"], input[type="passw
227236
}
228237

229238
.sidebar>ul li.active {
230-
background-color: #f8f9fa
239+
background-color: #f8f9fa
231240
}
232241

233242
.sidebar ul>li.active a {

0 commit comments

Comments
 (0)