mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
Increase ::selection background-color aplha
This commit is contained in:
parent
67165a9f91
commit
c9c5bdbcd2
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user