Skip to content

Instantly share code, notes, and snippets.

@zwithz
Last active November 16, 2020 08:43
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 zwithz/56cc9a184d7e19ba78a869a9c2d440fd to your computer and use it in GitHub Desktop.
Save zwithz/56cc9a184d7e19ba78a869a9c2d440fd to your computer and use it in GitHub Desktop.
Custom style for notion.
div.notion-page-content div {
line-height: 1.9rem !important;
}
div.notion-page-content div.notion-record-icon {
margin-bottom: 8px !important;
}
div {
font-family: Lyon-Text, Georgia, YuMincho, "Yu Mincho", "Songti SC", SimSun, "Nanum Myeongjo", NanumMyeongjo, Batang, serif;
}
span[style*='background:'] {
border-radius: 5px;
padding: 4px 5px 3px 5px;
margin: 0 2px;
}
div.notion-sidebar div.notranslate{
color: #333 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment