17 lines
369 B
CSS
17 lines
369 B
CSS
span[class="easy-typing-tabstops"] {
|
|
border-radius: 2px;
|
|
background-color: #87cefa2e;
|
|
outline: #87cefa6e solid 1px;
|
|
}
|
|
|
|
span[class="easy-typing-cursor-widget"] {
|
|
color: #1364ce6e;
|
|
/* animation: blink 1s step-start 0s infinite; */
|
|
display: inline;
|
|
position: absolute;
|
|
white-space: pre;
|
|
}
|
|
|
|
/* @keyframes blink {
|
|
50% { opacity: 0; }
|
|
} */ |