diff options
| author | beccabroek <beccabroek@gmail.com> | 2018-10-10 15:47:15 -0500 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2018-10-11 16:14:30 +0000 |
| commit | b60f5be1ba63000e381011655d5b5fc2de5e7c27 (patch) | |
| tree | 6860429fa83834245ecddc4aa43ae28d43834c70 /app/configuration | |
| parent | 067a1cd156808a2053a678945c8fc419464e1bf0 (diff) | |
| download | phosphor-webui-b60f5be1ba63000e381011655d5b5fc2de5e7c27.tar.gz phosphor-webui-b60f5be1ba63000e381011655d5b5fc2de5e7c27.zip | |
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>
Diffstat (limited to 'app/configuration')
| -rw-r--r-- | app/configuration/styles/firmware.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |

