mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
10 lines
171 B
CSS
10 lines
171 B
CSS
/*
|
|
* bypass preview
|
|
* (c) 2020 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
|
|
* under the MIT license
|
|
*/
|
|
|
|
.notion-peek-renderer {
|
|
opacity: 0;
|
|
}
|