Skip to content

Instantly share code, notes, and snippets.

@blakewatson
Last active July 31, 2020 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blakewatson/d55e47e34cd777f43271f6bdb803d4bb to your computer and use it in GitHub Desktop.
Save blakewatson/d55e47e34cd777f43271f6bdb803d4bb to your computer and use it in GitHub Desktop.
Some custom styles for the Simplenote web interface
/* Increase the font size of the first line of a note. */
.note-detail [data-block]:first-of-type {
line-height: 1.5em;
font-size: 1.5em;
}
/* Style the note list scrollbar (in dark mode) in Firefox */
.theme-dark .note-list {
scrollbar-color: rgba(255, 255, 255, 0.5) transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment