no-bug: Run less color blending for macos and windows (gh-13335)

This commit is contained in:
mr. m
2026-04-21 00:05:50 +02:00
committed by GitHub
parent 77dbc2090c
commit 1f77fe2ea7
3 changed files with 27 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
}
&[transparent="true"] {
background: light-dark(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1));
background: light-dark(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
}
}