We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d29813 commit b76804fCopy full SHA for b76804f
src/pydata_sphinx_theme/assets/styles/abstracts/_accessibility.scss
@@ -59,7 +59,7 @@
59
@each $channel, $value in $rgb-col {
60
// here we get RsRGB, GsRGB, and BsRGB
61
// stylelint-disable-next-line number-max-precision
62
- @if math.div($value, 255) <= 0.03928 {
+ @if math.div($value, 255) <= 0.04045 {
63
$rgb-col: map.merge(
64
$rgb-col,
65
(
0 commit comments