Improve comment for override

This commit is contained in:
Louis Jarasius 2024-05-30 10:57:55 +10:00
parent c9c5bdbcd2
commit 4228d809bd
No known key found for this signature in database

View File

@ -33,7 +33,7 @@ table a {
filter: brightness(110%); filter: brightness(110%);
} }
// Override // Override background color alpha value
::selection { ::selection {
background-color: rgba(var(--tblr-primary-rgb),.48) background-color: rgba(var(--tblr-primary-rgb),.48)
} }