This commit is contained in:
SeedList
2025-01-14 15:34:14 +08:00
parent 193efe7dc0
commit 0f8b23bdd6
28 changed files with 19823 additions and 177 deletions

View File

@ -0,0 +1,17 @@
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; }
} */