Only override on dark theme

This commit is contained in:
Louis Jarasius 2024-06-05 07:52:46 +10:00
parent f4dc84f234
commit baf469d545
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -41,6 +41,6 @@ table a {
} }
// Override background color alpha value // Override background color alpha value
::selection { [data-bs-theme=dark] ::selection {
background-color: rgba(var(--tblr-primary-rgb),.48) background-color: rgba(var(--tblr-primary-rgb),.48)
} }