Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jsnjack/hugo-changelog-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/changelog.scss')
-rw-r--r--assets/changelog.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/changelog.scss b/assets/changelog.scss
index ae75428..36f84ff 100644
--- a/assets/changelog.scss
+++ b/assets/changelog.scss
@@ -4,6 +4,7 @@ $tag-deprecated: #acb3c2;
$tag-removed: #2176ff;
$tag-fixed: #a1548b;
$tag-security: #e85600;
+$tag-performance: deeppink;
// $primary-color: #e54747;
@@ -66,6 +67,11 @@ $tag-security: #e85600;
.tag-added {
background: $tag-added;
}
+
+.tag-performance {
+ background: $tag-performance;
+}
+
.tag-changed {
background: $tag-changed;
}