From e17ccbf21cb5777929ca8aebfe682b600d54711c Mon Sep 17 00:00:00 2001 From: Taly Date: Tue, 10 Jul 2018 13:49:54 +0300 Subject: [PATCH] update styles --- example/tools-inline/marker/marker.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/example/tools-inline/marker/marker.css b/example/tools-inline/marker/marker.css index b2f99847..be7a3212 100644 --- a/example/tools-inline/marker/marker.css +++ b/example/tools-inline/marker/marker.css @@ -1,3 +1,11 @@ +/*.marked {*/ + /*background: yellowgreen;*/ +/*}*/ + .marked { - background: yellowgreen; + font-family: 'monospace', 'monaco', 'consolas', 'courier'; + background-color: rgba(255, 97, 106, 0.2); + border: 1px solid rgba(255, 98, 86, 0.49); + padding: 0px 3px; + border-radius: 3px; }