commit | b60f5be1ba63000e381011655d5b5fc2de5e7c27 | [log] [tgz] |
---|---|---|
author | beccabroek <beccabroek@gmail.com> | Wed Oct 10 15:47:15 2018 -0500 |
committer | Ed Tanous <ed.tanous@intel.com> | Thu Oct 11 16:14:30 2018 +0000 |
tree | 6860429fa83834245ecddc4aa43ae28d43834c70 | |
parent | 067a1cd156808a2053a678945c8fc419464e1bf0 [diff] |
Functional version font color Blue makes the text appear to be a link. Updated text color to dark grey. Resolves openbmc/phosphor-webui#22 Change-Id: I5950473844d2edfeaf5ede80b46984bc152d7483 Signed-off-by: beccabroek <beccabroek@gmail.com>
diff --git a/app/configuration/styles/firmware.scss b/app/configuration/styles/firmware.scss index 8ca34a9..23ce408 100644 --- a/app/configuration/styles/firmware.scss +++ b/app/configuration/styles/firmware.scss
@@ -64,7 +64,7 @@ } .firmware__active-version { - color: $medblue; + color: $darkgrey; font-size: .8em; float: right; font-weight: 400;