Merge pull request #1528 from svx/master

Addjust border color
This commit is contained in:
TW 2016-08-23 14:55:56 +02:00 committed by GitHub
commit a54205d696
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@
background-color: #000000 !important;
}
.wy-side-nav-search input[type="text"] {
border-color: #000000;
}
.wy-side-nav-search > a {
color: rgba(255, 255, 255, 0.5);
}