Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 548 Bytes

hide callout icon.md

File metadata and controls

25 lines (20 loc) · 548 Bytes

Hide callout icon

last tested/working: Dec 5, 2020

author(s): @admiraldus

before tweak after tweak
before tweak after tweak

css

/* ========== HIDE CALLOUT ICON ========== */
.notion-selectable.notion-callout-block .notion-record-icon {
  display: none !important;
}