Visually stimulating cursor 💅🏼

This commit is contained in:
John O'Nolan 2017-06-21 13:04:12 +01:00
parent 844bb3277d
commit 32f419e87c
2 changed files with 9 additions and 0 deletions

View File

@ -249,3 +249,7 @@ input,
.throbber:before {
background: rgba(0,0,0,0.2);
}
.gh-editor .CodeMirror-cursor {
border-color: #fff;
}

View File

@ -316,6 +316,11 @@
background: transparent;
}
.gh-editor .CodeMirror-cursor {
border-color: var(--blue);
border-width: 3px;
}
/* fix visible scrollbars when OSX is set to show them */
.gh-editor .CodeMirror-scroll {
overflow: visible !important;