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;