From 3545af219b84845b075534ae5f9255f27cf92b89 Mon Sep 17 00:00:00 2001 From: tauriedavis Date: Fri, 14 Apr 2017 14:33:56 -0700 Subject: Remove lighten blue and add blue-25 for background --- app/assets/stylesheets/pages/profile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/stylesheets/pages/profile.scss') diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss index a8dad58b1d3..fe084eb9397 100644 --- a/app/assets/stylesheets/pages/profile.scss +++ b/app/assets/stylesheets/pages/profile.scss @@ -291,7 +291,7 @@ table.u2f-registrations { .bordered-box { border: 1px solid $blue-300; border-radius: $border-radius-default; - background-color: lighten($blue-50, 3%); + background-color: $blue-25; position: relative; display: flex; justify-content: center; -- cgit v1.2.1