mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
(core) Restore default text color for Grist cells to black
Summary: Diff https://phab.getgrist.com/D2720 inadvertently changed the default color of text in cells from black to #333 (inherited from bootstrap's default for <body>). This change reverts the default back to black. Test Plan: Checked manually. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D2736
This commit is contained in:
parent
e7c4686536
commit
08fe240bcf
@ -57,7 +57,7 @@
|
||||
height: 100%;
|
||||
background-color: var(--grist-diff-background-color, var(--grist-cell-background-color, unset));
|
||||
--grist-actual-cell-color: var(--grist-diff-color, var(--grist-cell-color));
|
||||
color: var(--grist-actual-cell-color, unset);
|
||||
color: var(--grist-actual-cell-color, black);
|
||||
}
|
||||
|
||||
.field_clip.invalid {
|
||||
|
Loading…
Reference in New Issue
Block a user