From 45d86dd00ec760237ad9b32bd4e40606d3cf33f1 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 12 Aug 2021 11:25:33 +0200 Subject: [PATCH] Fix visual issues on metrics insights (Closes #450) --- source/app/web/statics/about/index.html | 4 ++-- source/app/web/statics/about/style.css | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/app/web/statics/about/index.html b/source/app/web/statics/about/index.html index e95d2443..5fd14633 100644 --- a/source/app/web/statics/about/index.html +++ b/source/app/web/statics/about/index.html @@ -188,7 +188,7 @@ {{ section.issues.open }} open
- + {{ section.issues.closed }} closed
@@ -206,7 +206,7 @@ {{ section.pr.open }} open
- + {{ section.pr.closed }} closed
diff --git a/source/app/web/statics/about/style.css b/source/app/web/statics/about/style.css index 1cc24911..3d21f916 100644 --- a/source/app/web/statics/about/style.css +++ b/source/app/web/statics/about/style.css @@ -121,6 +121,9 @@ width: 100%; margin: 0 0 .5rem; } + .languages .language .progress { + border-radius: 6px; + } .languages .percent { font-size: .8rem; } @@ -360,13 +363,10 @@ color: #E7BD69; } .s .info { - color: #FF0000; + color: #EB355E; } .s .gauge { - color: #FF0000; - } - .s .icon { - filter: sepia() saturate(100); + color: #EB355E; } .secret .info { color: #FF76CD;