chore for style

This commit is contained in:
afc163 2016-03-23 18:52:27 +08:00
parent fff4e01f14
commit d2d82bcd5d
2 changed files with 3 additions and 6 deletions

3
.gitignore vendored
View File

@ -21,7 +21,8 @@ node_modules/
npm-debug.log
nohup.out
_site
_data
dist
lib
elasticsearch-*
config/base.yaml
config/base.yaml

View File

@ -48,14 +48,10 @@ input::-ms-clear, input::-ms-reveal {
::selection {
background: @primary-color;
}
::-moz-selection {
background: @primary-color;
color: #fff;
}
// Links
// -- TODO --
a {
color: @link-color;
background: transparent;