Skip to content

Instantly share code, notes, and snippets.

@trhgquan
Last active June 30, 2021 09:29
Show Gist options
  • Save trhgquan/69ff36255ba1d31da68a868b1a3010c9 to your computer and use it in GitHub Desktop.
Save trhgquan/69ff36255ba1d31da68a868b1a3010c9 to your computer and use it in GitHub Desktop.
my custom atom style modify.
/**
* My custom CSS.
*
* Code by @trhgquan - https://github.com/trhgquan
*/
// The underline cursor for the text editor.
.editor .cursor {
height: 1em !important;
margin-top: 0.8em;
border-left: none;
border-bottom: 2px solid
}
// The vertical line cursor for the mini inputs.
.editor.mini .cursor {
margin-top: 1em;
border-left: 2px solid !important;
border-bottom: none;
}
// Border radius for the selection zone.
.editor .selection .region {
border-radius: 2.5px !important;
}
.selection .region {
border-radius: 1.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment