From 61f581db09a364d3607975e423c1e5838454b52f Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Wed, 1 Jun 2022 08:40:20 -0500 Subject: Play around with action bar CSS, make main background grey --- public/index.html | 2 +- src/components/EditorActions.svelte | 20 +++++++++++++++++--- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/public/index.html b/public/index.html index 3e7c201..f7dbc53 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,5 @@ - + diff --git a/src/components/EditorActions.svelte b/src/components/EditorActions.svelte index fa2a041..aacbf0e 100644 --- a/src/components/EditorActions.svelte +++ b/src/components/EditorActions.svelte @@ -108,9 +108,15 @@ - +
-- cgit v1.2.3