You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we set the css properties for theme colors to something like RR GG BB rather than #rrggbb then we can do things like background-color: rgba(var(--link) / 90%). This will let us ditch a few colors (at least --link-light-bg and --link-light-bg-hover, if not more) from the theme colors string, which is a bit bloated as is.
We can do this on a case-by-case basis if it's too big a project.
The text was updated successfully, but these errors were encountered:
If we set the css properties for theme colors to something like
RR GG BB
rather than#rrggbb
then we can do things likebackground-color: rgba(var(--link) / 90%)
. This will let us ditch a few colors (at least --link-light-bg and --link-light-bg-hover, if not more) from the theme colors string, which is a bit bloated as is.We can do this on a case-by-case basis if it's too big a project.
The text was updated successfully, but these errors were encountered: