From 45a74778f4249309338fa93d4638901e3f372089 Mon Sep 17 00:00:00 2001 From: Mathieu Giraud Date: Thu, 10 Mar 2016 17:36:03 +0100 Subject: [PATCH] css: span .substitution --- browser/css/dark.css | 3 ++- browser/css/light.css | 3 ++- browser/css/vidjil.less | 5 +++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/browser/css/dark.css b/browser/css/dark.css index a79c5cc6e..e88c50530 100644 --- a/browser/css/dark.css +++ b/browser/css/dark.css @@ -604,7 +604,8 @@ line { word-spacing: normal; } span .substitution { - background-color: #333333; + font-weight: bold; + color: #800; } /*tag*/ .tagSelector { diff --git a/browser/css/light.css b/browser/css/light.css index f43fca498..20d3cf25d 100644 --- a/browser/css/light.css +++ b/browser/css/light.css @@ -604,7 +604,8 @@ line { word-spacing: normal; } span .substitution { - background-color: #cccccc; + font-weight: bold; + color: #800; } /*tag*/ .tagSelector { diff --git a/browser/css/vidjil.less b/browser/css/vidjil.less index bec5e800a..6658b77aa 100644 --- a/browser/css/vidjil.less +++ b/browser/css/vidjil.less @@ -733,8 +733,9 @@ line { width: 0px; word-spacing: normal; } -span .substitution{ - background-color : @border; +span .substitution { + font-weight: bold; + color: #800; } /*tag*/ -- GitLab