mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Add config to include custom CSS
Summary: Adds a new environment variable that allows for custom CSS to be included in all core static pages. Test Plan: Tested manually in grist-core. Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3419
This commit is contained in:
@@ -110,6 +110,7 @@ export const vars = {
|
||||
controlBorderRadius: new CustomProp('border-radius', '4px'),
|
||||
|
||||
logoBg: new CustomProp('logo-bg', '#040404'),
|
||||
logoSize: new CustomProp('logo-size', '22px 22px'),
|
||||
toastBg: new CustomProp('toast-bg', '#040404'),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user