From 27750051fd596b375dbb83a639c8d4be4f727c0b Mon Sep 17 00:00:00 2001 From: Sam Lichlyter Date: Fri, 30 Apr 2021 16:44:13 -0700 Subject: [PATCH] fixed dark text on dark background version history --- .../SecureDataVersionsBrowser.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cerberus-dashboard/src/components/SecureDataVersionsBrowser/SecureDataVersionsBrowser.scss b/cerberus-dashboard/src/components/SecureDataVersionsBrowser/SecureDataVersionsBrowser.scss index bee37ad34..d74ab6a7d 100644 --- a/cerberus-dashboard/src/components/SecureDataVersionsBrowser/SecureDataVersionsBrowser.scss +++ b/cerberus-dashboard/src/components/SecureDataVersionsBrowser/SecureDataVersionsBrowser.scss @@ -118,24 +118,24 @@ padding: 10px; border-radius: 3px; - .json-pretty { + .__json-pretty__ { line-height: 1.3; color: $snkrs_white; - background: $snkrs_dark_grey; + background-color: $snkrs_dark_grey; - .json-key { + .__json-key__ { color: $snkrs_accent } - .json-value { + .__json-value__ { color: $snkrs_success } - .json-string { + .__json-string__ { color: $snkrs_accent } - .json-boolean { + .__json-boolean__ { color: $snkrs_success } }