Increase ::selection background-color aplha

This commit is contained in:
Louis Jarasius 2024-05-30 10:56:38 +10:00
parent 67165a9f91
commit c9c5bdbcd2
No known key found for this signature in database

View File

@ -32,3 +32,8 @@ table a {
// Adjust table anchor link contrast as not enough contrast in dark mode
filter: brightness(110%);
}
// Override
::selection {
background-color: rgba(var(--tblr-primary-rgb),.48)
}