selection bg

This commit is contained in:
Uvis Grinfelds 2014-10-20 20:55:49 +02:00
parent da8ad0471e
commit b33acee87c
2 changed files with 19 additions and 12 deletions

View file

@ -6,25 +6,25 @@
}, },
"devDependencies": { "devDependencies": {
"grunt": "~0.4.5", "grunt": "~0.4.5",
"grunt-contrib-copy": "~0.6.0", "grunt-concurrent": "~1.0.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-clean": "~0.6.0", "grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-htmlmin": "~0.3.0", "grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-imagemin": "0.8.1", "grunt-contrib-imagemin": "0.8.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1", "grunt-contrib-watch": "~0.6.1",
"grunt-rev": "~0.1.0", "grunt-rev": "~0.1.0",
"grunt-usemin": "~2.4.0",
"grunt-svgmin": "1.0.0", "grunt-svgmin": "1.0.0",
"grunt-concurrent": "~1.0.0", "grunt-usemin": "~2.4.0",
"jshint-stylish": "~1.0.0",
"load-grunt-tasks": "~0.6.0", "load-grunt-tasks": "~0.6.0",
"matchdep": "~0.3.0", "matchdep": "~0.3.0",
"time-grunt": "~1.0.0", "time-grunt": "~1.0.0"
"jshint-stylish": "~1.0.0"
}, },
"engines": { "engines": {
"node": ">=0.8.0" "node": ">=0.8.0"

View file

@ -47,7 +47,7 @@ h2 {
border: 2px solid @red; border: 2px solid @red;
font-size: 20px; font-size: 20px;
color: @red; color: @red;
border-radius: 10px; border-radius: 10px;dd .
display: inline-block; display: inline-block;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
@ -75,3 +75,10 @@ a:hover {
text-decoration: none; text-decoration: none;
color: inherit ; color: inherit ;
} }
::selection {
background: @red; /* WebKit/Blink Browsers */
}
::-moz-selection {
background: @red; /* Gecko Browsers */
}