diff --git a/TWEAKS.md b/TWEAKS.md index aba6147..c9d3c6a 100644 --- a/TWEAKS.md +++ b/TWEAKS.md @@ -229,6 +229,26 @@ to see how to do this, watch [this video](https://www.youtube.com/watch?v=6V7eqS +### hide callout icon + +```css +.notion-page-content > .notion-callout-block .notion-record-icon { + display: none !important; +} +``` + + + +### hide word counter information text + +```css +#word-counter-details > div > span { + display: none; +} +``` + + + ### removing/decreasing side padding for boards ```css