1
0
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:
BG-Software
2025-05-16 22:26:25 +02:00
committed by GitHub
parent acbe4ff35f
commit 38ea9aa4e7
2 changed files with 11 additions and 0 deletions

View File

@@ -53,3 +53,9 @@
background: var(--tblr-gray-900) !important;
color: var(--tblr-gray-300) !important;
}
code {
::selection {
background: var(--tblr-primary);
}
}