From a5fa5ba2cafe10991a85181791429bba800f7423 Mon Sep 17 00:00:00 2001 From: Ravi Lamkoti <44892121+RavenColEvol@users.noreply.github.com> Date: Wed, 16 Feb 2022 13:53:47 +0530 Subject: [PATCH] Fixed: highlight plugin css typo --- highlight/src/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/highlight/src/styles.css b/highlight/src/styles.css index 806dbb80..dc6c6db5 100644 --- a/highlight/src/styles.css +++ b/highlight/src/styles.css @@ -2,6 +2,6 @@ padding: 0 6px; } -.highligh { +.highlight { background: rgba(251, 243, 219, 1); -} \ No newline at end of file +}