Reorganize file structure.

This commit is contained in:
Lars Jung 2015-05-20 02:54:01 +02:00
parent c8eff2d313
commit 5b68fe731a
149 changed files with 41 additions and 38 deletions

View file

@ -0,0 +1,14 @@
::-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;
}