From 3d450a58fef1ac997439b1b43d03901024017e2b Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Tue, 31 Jul 2018 00:43:09 +0530 Subject: [PATCH] style: fix color for changelog version tag --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 02ac121..3bca477 100644 --- a/src/style.css +++ b/src/style.css @@ -1130,7 +1130,7 @@ body > #demo-frame { } .notification__version { - background: #ff8c00; + background: #af6204; color: white; padding: 3px; border-radius: 5px;