diff --git a/chromebook-checkout-meteor/client/checkout.css b/chromebook-checkout-meteor/client/checkout.css index 802d029..114847a 100644 --- a/chromebook-checkout-meteor/client/checkout.css +++ b/chromebook-checkout-meteor/client/checkout.css @@ -24,8 +24,4 @@ padding-top:0; .row { height: 10%; display: flex; -} - -.edit { - color: #F7F7FF; -} +} \ No newline at end of file diff --git a/chromebook-checkout-meteor/client/chromebook.css b/chromebook-checkout-meteor/client/chromebook.css index 9936c7a..e4922a4 100644 --- a/chromebook-checkout-meteor/client/chromebook.css +++ b/chromebook-checkout-meteor/client/chromebook.css @@ -38,6 +38,15 @@ body { transition: color 0.5s; } +.edit { + color: #C4C4C4; + transition: color 0.5s; +} + +.edit:hover { + color: #25abd9; +} + .cross:hover { color: #E14C2B; }