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 53b4b30 commit d454f20Copy full SHA for d454f20
1 file changed
theme/themepacks.less
@@ -3,6 +3,8 @@
3
source vars: pxt/theme/themepacks.less
4
******************************************/
5
6
+@pxt_page_foreground_light: #767676;
7
+
8
@pxt_headerbar_background: @blue;
9
@pxt_headerbar_background_glass: rgba(@pxt_headerbar_background, 0.25);
10
@pxt_headerbar_foreground: @white;
@@ -37,6 +39,7 @@
37
39
:root {
38
40
/// Page
41
--pxt-page-font: @pageFont;
42
+ --pxt-page-foreground-light: @pxt_page_foreground_light;
43
/// Header bar
44
--pxt-headerbar-background: @pxt_headerbar_background;
45
--pxt-headerbar-background-glass: @pxt_headerbar_background_glass;
0 commit comments