diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55736c8..6653491 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@
 - [highlight/mark viewer](https://chrome.google.com/webstore/detail/notion%2B-mark-manager/hipgmnlpnimedfepbfbfiaobohhffcfc)
 - [advanced math editor](https://github.com/Manueloccorso/NotionMathEditor_BrowserExtension)
 
+### v0.10.1 (wip)
+
+- bugfix: disable fadein of selected block halo with snappy transitions.
+
 ### v0.10.0 (2020-11-02)
 
 a flexibility update.
diff --git a/mods/tweaks/styles.css b/mods/tweaks/styles.css
index 2dfe0e0..856c56a 100644
--- a/mods/tweaks/styles.css
+++ b/mods/tweaks/styles.css
@@ -26,6 +26,9 @@
   animation-duration: 0s !important;
   transition-duration: 0s !important;
 }
+[data-tweaks*='[snappy_transitions]'] .notion-selectable-halo {
+  opacity: 1 !important;
+}
 
 [data-tweaks*='[hide_help]'] .notion-help-button {
   display: none !important;