Added cursor tracking, tabs visuals; variable focus popup, highlighting and replacement

This commit is contained in:
gohil-jay
2022-03-05 11:45:57 +05:30
parent e124012b74
commit 08fea2a2d7
2 changed files with 25 additions and 7 deletions
+5
View File
@@ -12,3 +12,8 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
.cm-tab::before{
content: "———";
margin-right: -13px;
}