diff --git a/.gitignore b/.gitignore index 16d51bb2c5..f22afe06b9 100644 --- a/.gitignore +++ b/.gitignore @@ -21,7 +21,8 @@ node_modules/ npm-debug.log nohup.out _site +_data dist lib elasticsearch-* -config/base.yaml \ No newline at end of file +config/base.yaml diff --git a/style/core/base.less b/style/core/base.less index 977ceb302a..6d9e756ee2 100644 --- a/style/core/base.less +++ b/style/core/base.less @@ -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;