mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
91822538fe
In the light theme block of _colors.scss, --webgl-page-background and --webgl-gray-unfilled were written on a single line without a separating semicolon, and --webgl-page-background wrapped --page-background in an invalid nested var(). As a result --webgl-page-background got a garbage value and --webgl-gray-unfilled was never defined in the light theme. Split them into two well-formed declarations and drop the nested var(), matching the structure already used in the dark theme block.