gristlabs / grist-core

Grist is the evolution of spreadsheets.
https://www.getgrist.com
Apache License 2.0
7.27k stars 322 forks source link

[TINY] Some colors are hard coded instead of using grist-var-colors. #1269

Closed hexaltation closed 2 weeks ago

hexaltation commented 1 month ago

Describe the current behavior

Start a new document background on the new page is hard coded to #DCF4EB . For custom.css to properly apply it would be better to set it to --grist-color-selection-opaque.

Steps to reproduce

  1. overload --grist-color-selection-opaque in custom.css with some distinctive color.
  2. see that it don't apply for Start a new document background

Describe the expected behavior

The base color overloaded in custom.css must apply to every element in grist.

Where have you encountered this bug?

Instance information (when self-hosting only)