Clean styles.

This commit is contained in:
Lars Jung 2015-04-26 13:55:27 +02:00
parent 0a4fd4ee2c
commit 336e9ac0bd
23 changed files with 96 additions and 94 deletions

View file

@ -3,8 +3,16 @@ html {
overflow: auto;
}
::-moz-selection { background: @col-pink-a200; color: @col-text-primary-white; text-shadow: none; }
::selection { background: @col-pink-a200; color: @col-text-primary-white; text-shadow: none; }
::-moz-selection {
color: @col-text-native-selection;
background: @col-back-native-selection;
text-shadow: none;
}
::selection {
color: @col-text-native-selection;
background: @col-back-native-selection;
text-shadow: none;
}
*:focus {
outline: none;