/*
 * neutral
 * (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
 * (c) 2020 Arecsu
 * under the MIT license
 */

.notion-dark-theme [placeholder='Heading 1'],
.notion-dark-theme [placeholder='Heading 2'],
.notion-dark-theme [placeholder='Heading 3'] {
  padding: 3px 1px !important;
}

/* hide sidebar "new page" button */
.notion-dark-theme
  .notion-sidebar
  > [style*='flex: 0 0 auto; margin-top: auto;'] {
  display: none !important;
}