diff --git a/src/styles/theme.css b/src/styles/theme.css index 64dd3e55c..5af74c873 100644 --- a/src/styles/theme.css +++ b/src/styles/theme.css @@ -84,8 +84,3 @@ body { background: #ffffff; color: var(--color-text-primary); } - -::selection { - color: var(--theme-selection-color); - background-color: var(--theme-selection-bg); -}