mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Use primary color for ::selection inside <code> in docs (#2382)
This commit is contained in:
5
.changeset/grumpy-bobcats-kick.md
Normal file
5
.changeset/grumpy-bobcats-kick.md
Normal file
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user