From e91ca199fbb979d3769836a3d06d518a075c90d4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 19 May 2021 19:58:12 +1000 Subject: [PATCH] use standard toolbar colors for legacy items --- ts/editor/legacy.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ts/editor/legacy.scss b/ts/editor/legacy.scss index 5a39351b1..4fcbdb3f1 100644 --- a/ts/editor/legacy.scss +++ b/ts/editor/legacy.scss @@ -3,6 +3,12 @@ .linkb { display: inline-block; @include button.btn-border-radius; + background-color: white; + border: 1px solid var(--medium-border); +} + +.night-mode .linkb { + background-color: #666; } .topbut {