mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-09-20 01:31:34 +02:00
15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
::-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;
|
|
}
|