From 6815b12c773024b2c952d6c1fa448af4c4a7d324 Mon Sep 17 00:00:00 2001 From: Mikael Arvola <167342266+marvel-uiuc@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:10:14 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cee744..98d242e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ as long as you include them as inline SVG rather than with an `` tag. With other icons, you may need to apply the change. For reference, here is the relevant CSS for the Illinois icons: ```css -ilw-card[clickable] path.cls-1 { +ilw-card path.cls-1 { fill: currentColor; } ```