* Increase ::selection background-color aplha * Improve comment for override * Add compiled CSS * Only override on dark theme
This commit is contained in:
parent
b10fb67ce9
commit
18b43408ec
File diff suppressed because one or more lines are too long
|
|
@ -39,3 +39,8 @@ table a {
|
|||
// Adjust table anchor link contrast as not enough contrast in dark mode
|
||||
filter: brightness(110%);
|
||||
}
|
||||
|
||||
// Override background color alpha value
|
||||
[data-bs-theme=dark] ::selection {
|
||||
background-color: rgba(var(--tblr-primary-rgb),.48)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue