20 lines
333 B
Plaintext
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;
|
|
}
|