改 shadowsocks 的配色

This commit is contained in:
jysperm
2014-08-24 21:11:51 +08:00
parent a6c6d627fe
commit d34e5b6054
4 changed files with 26 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ module.exports =
action: action
service: service
layout:
style: '/style/layout.css'
panel:
widget: service.widget
script: '/script/panel.js'

View File

@@ -0,0 +1,15 @@
body {
> header {
background: #1c9b47;
nav.navbar-inverse {
background: #1c9b47;
}
.navbar-inverse {
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
background: #18813f;
}
}
}
}