From c3c87fd330fa97e00931a27c9ef3b92cd90158ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Collonval?= Date: Sun, 23 Jan 2022 12:19:46 +0100 Subject: [PATCH] Theme toolbar icon color --- style/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/index.css b/style/index.css index a6cf7c4..04c4c86 100644 --- a/style/index.css +++ b/style/index.css @@ -3,5 +3,5 @@ * https://github.com/jupyterlab/jupyterlab/blob/v2.0.1/packages/ui-components/style/base.css#L70-L73 */ .jp-OfflineNotebookToolbarIcon { - color: var(--md-grey-700); + color: var(--jp-inverse-layout-color3); }