6 lines
189 B
CSS
6 lines
189 B
CSS
.pep-hover-highlight {
|
|
outline: 3px dashed #0088ff !important;
|
|
outline-offset: -3px !important;
|
|
cursor: crosshair !important;
|
|
background-color: rgba(0, 136, 255, 0.1) !important;
|
|
}
|