/*
 * cherry cola
 * (c) 2020 Alexa Baldon (https://github.com/runargs)
 * (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
 * under the MIT license
 */
 
/* quotations as serif */
.notion-dark-theme .notion-quote-block {
  font-family: Georgia, 'Times New Roman', Times, serif;
  background-color: var(--cola-sec);
}