From 773f4efff5c05ecf2dbb125ef6cba88e8652b60e Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Sun, 14 Jan 2024 13:11:31 +0000 Subject: [PATCH 1/2] Update custom-style.css --- plugin/src/main/webapp/css/custom-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/main/webapp/css/custom-style.css b/plugin/src/main/webapp/css/custom-style.css index 4b1ae1bcc6..fc26aaaa83 100644 --- a/plugin/src/main/webapp/css/custom-style.css +++ b/plugin/src/main/webapp/css/custom-style.css @@ -46,7 +46,7 @@ .no-issues-banner { padding: 30px; - color: #009688; + color: var(--success-color); height: 200px; width: 200px; } From a4e09a9ebd63ac4e424cbd8bd8e6fc3ddc26b4cf Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Sun, 14 Jan 2024 13:14:06 +0000 Subject: [PATCH 2/2] Update pull-request-portlet.css --- plugin/src/main/webapp/css/pull-request-portlet.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/src/main/webapp/css/pull-request-portlet.css b/plugin/src/main/webapp/css/pull-request-portlet.css index c33372ce9e..29e0c88448 100644 --- a/plugin/src/main/webapp/css/pull-request-portlet.css +++ b/plugin/src/main/webapp/css/pull-request-portlet.css @@ -5,15 +5,15 @@ .no-issues-banner { padding: 20px; - fill: #009688; + fill: var(--success-color); } .no-new-issues-banner { - fill: #009688; + fill: var(--success-color); width: 30px; height: 30px; } .no-issues-body { transform: translateY(10%); -} \ No newline at end of file +}