mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
13 lines
346 B
CSS
13 lines
346 B
CSS
/*
|
|
* 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);
|
|
}
|