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.
2 parents 14d4628 + 658d59a commit ff2e4f7Copy full SHA for ff2e4f7
ui/lib/css/component/_pgn-viewer.scss
@@ -7,7 +7,7 @@
7
--c-lpv-bg-controls: var(--c-lpv-bg);
8
--c-lpv-bg-movelist: var(--c-lpv-bg);
9
--c-lpv-bg-variation: #{$c-bg-zebra2};
10
- --c-lpv-bg-pane: #{$m-bg-zebra2--fade-1};
+ --c-lpv-bg-pane: #{$m-bg-zebra2--fade-5};
11
--c-lpv-pgn-text: #{$c-bg-zebra2};
12
--c-lpv-font: #{$c-font};
13
@@ -34,9 +34,19 @@
34
--c-lpv-bg-brilliant-hover: #{$m-brilliant_bg--mix-30};
35
--c-lpv-bg-interesting-hover: #{$m-interesting_bg--mix-30};
36
37
+ @include if-transp {
38
+ --c-lpv-bg-pane: #{$m-body-gradient--fade-15};
39
+ }
40
+
41
@extend %box-neat-force;
42
43
&__player__title {
44
color: $c-brag;
45
}
46
47
+ &__pane {
48
+ @include back-blur;
49
50
+ position: relative;
51
52
0 commit comments