From 68cd4c9a31c4c5104381811c08f17fdb18051f5d Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 28 Apr 2019 22:02:24 +0200 Subject: [PATCH] focused cell background tweak --- src/public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 882a71651..54219905a 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -174,7 +174,7 @@ body { --ck-color-link-default: var(--link-color); - --ck-color-table-focused-cell-background: var(--accented-background-color); + --ck-color-table-focused-cell-background: var(--more-accented-background-color); } html {