Skip to content

Commit b76804f

Browse files
authored
Update luminance coefficient (#1837)
1 parent 1d29813 commit b76804f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydata_sphinx_theme/assets/styles/abstracts/_accessibility.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
@each $channel, $value in $rgb-col {
6060
// here we get RsRGB, GsRGB, and BsRGB
6161
// stylelint-disable-next-line number-max-precision
62-
@if math.div($value, 255) <= 0.03928 {
62+
@if math.div($value, 255) <= 0.04045 {
6363
$rgb-col: map.merge(
6464
$rgb-col,
6565
(

0 commit comments

Comments
 (0)