From 9f5c8f9b182083881974fcb7541feaf3238f6738 Mon Sep 17 00:00:00 2001 From: Alex Ford <65652779+mo-AlexFord@users.noreply.github.com> Date: Thu, 23 Jun 2022 12:24:17 +0100 Subject: [PATCH] Update reg-style.css update experimental label --- ldregistry/ui/assets/css/reg-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ldregistry/ui/assets/css/reg-style.css b/ldregistry/ui/assets/css/reg-style.css index ec4e16b..8fd528e 100644 --- a/ldregistry/ui/assets/css/reg-style.css +++ b/ldregistry/ui/assets/css/reg-style.css @@ -4242,9 +4242,9 @@ a.label:hover, a.label:focus { background-color: #005E80; } .label-warning { - background-color: #983C06; } + background-color: #750DB5; } .label-warning[href]:hover, .label-warning[href]:focus { - background-color: #712C05; } + background-color: #5C0B8E; } .label-danger { background-color: #B30F14; }