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:
@@ -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