浏览代码

Addjust border color

This changes the border-color to match with the background-color
sven 8 年之前
父节点
当前提交
ff04c059b7
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/borg_theme/css/borg.css

+ 5 - 0
docs/borg_theme/css/borg.css

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