From 9da6cbc2b4614be212a063889424b3cbd7bb9159 Mon Sep 17 00:00:00 2001 From: Matt Sharkey Date: Mon, 15 Aug 2022 10:40:24 -0500 Subject: [PATCH] Update altgeld color --- api/colors.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/colors.json b/api/colors.json index 3c5902df..7876bfaa 100644 --- a/api/colors.json +++ b/api/colors.json @@ -6,7 +6,7 @@ "il-orange-lighter-2": "#f09378", "il-orange-lighter-3": "#f4bca9", "il-orange-lighter-4": "#f9dfd2", - "il-altgeld": "#dd3403", + "il-altgeld": "#c84113", "il-blue": "#13294b", "il-blue-darker-1": "#000033", "il-blue-darker-2": "#0e0f20", diff --git a/package.json b/package.json index de816ff1..fbc9e887 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "il-toolkit", - "version": "2.11.0", + "version": "2.11.1", "description": "Web toolkit", "repository": "https://github.com/web-illinois/toolkit", "author": "Web Implementation Guidelines Group",