2015-04-26 13:55:27 +02:00

20 lines
333 B
Plaintext

html {
min-height: 100%;
overflow: auto;
}
::-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;
}