Skip to content

Commit bb20939

Browse files
authored
1 parent e584dc8 commit bb20939

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

styles/theme-medium.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
html {
1616
background: #333 url('/images/bg-texture-00.svg');
17-
color: #CCC;
17+
color: #333;
1818
}
1919
#layout-content {
2020
background:#F2F2F2;
@@ -451,6 +451,9 @@ aside.tips a:focus {
451451

452452

453453
/* {{{ Layout menu Left-hand sidebar */
454+
.layout-menu {
455+
color: #ccc;
456+
}
454457
.layout-menu ul.child-menu-list li:first-child a {
455458
border-top-color:#666;
456459
}

0 commit comments

Comments
 (0)