mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 12:07:10 -04:00
14 lines
281 B
Text
14 lines
281 B
Text
::-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;
|
|
}
|