From cb6e2564ee2d31fec4e3055025e3ce3fce9159e2 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Wed, 31 Jan 2024 12:54:03 -0500 Subject: [PATCH] Update contrast of badges --- flask_app/static/css/badges.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_app/static/css/badges.css b/flask_app/static/css/badges.css index 7dd4270..a1f4edb 100644 --- a/flask_app/static/css/badges.css +++ b/flask_app/static/css/badges.css @@ -12,7 +12,7 @@ } .badge-html { - background-color: rgb(219, 73, 37); + background-color: rgb(206, 68, 334); } .badge-css { @@ -46,5 +46,5 @@ } .badge-other-language { - background-color: grey; + background-color: rgb(73, 73, 73); }