summaryrefslogtreecommitdiffstats
path: root/app/common/styles/base
diff options
context:
space:
mode:
authorMichael Davis <michael.s.davis@ibm.com>2017-04-04 14:07:02 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-20 12:41:34 -0500
commit6af1346da8c0842c2c464eab68793c7bf99b9275 (patch)
treed7ffb5273d3c32279f26a050380bcb9a47adac4e /app/common/styles/base
parentbb5058e741e4f382bb17c050db35c9094b638c49 (diff)
downloadphosphor-webui-6af1346da8c0842c2c464eab68793c7bf99b9275.tar.gz
phosphor-webui-6af1346da8c0842c2c464eab68793c7bf99b9275.zip
added pagination support to event log
Change-Id: I18a21ba71679407bd512f1895ba91717c8ca5990 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/base')
-rw-r--r--app/common/styles/base/colors.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/common/styles/base/colors.scss b/app/common/styles/base/colors.scss
index 3b98626..6642cef 100644
--- a/app/common/styles/base/colors.scss
+++ b/app/common/styles/base/colors.scss
@@ -40,8 +40,8 @@ $alert__message: rgb(203, 221, 235);
// Links
$links: #648FFF;
-$links__hover: $lightbg__accent;
-$links__visited: $purple;
+$links__hover: $lightbg__primary;
+$links__visited: $darkbg__primary;
$links__disabled: rgba(27, 40, 52, 0.70);
// Navigation
OpenPOWER on IntegriCloud