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 npm-debug.log
nohup.out nohup.out
_site _site
_data
dist dist
lib lib
elasticsearch-* elasticsearch-*
config/base.yaml config/base.yaml

View File

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