@@ -0,0 +1,5 @@
+---
+"@tabler/docs": patch
+
+Use primary color for `::selection` inside `<code>` in docs
@@ -53,3 +53,9 @@
background: var(--tblr-gray-900) !important;
color: var(--tblr-gray-300) !important;
}
+code {
+ ::selection {
+ background: var(--tblr-primary);
+ }
+}