Skip to content

Commit 637c487

Browse files
committed
cursorの色を変更
1 parent af257ac commit 637c487

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/globals.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ mycdark:
110110
.ace_bracket {
111111
border: 1px solid var(--color-primary) !important;
112112
}
113+
.ace_cursor {
114+
color: var(--color-primary) !important;
115+
}
113116

114117
/* CDNからダウンロードするURLを指定したらなんかエラー出るので、npmでインストールしてlayout.tsxでimportすることにした */
115118
@theme {

0 commit comments

Comments
 (0)