From 62a8ebabb1868a5f64ac9e383e754f5ddd62a41f Mon Sep 17 00:00:00 2001 From: jmkdev <21228906+jmkd3v@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:06:03 -0500 Subject: [PATCH] should fix this --- docs/stylesheets/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/main.css b/docs/stylesheets/main.css index 9bf01fe5..10efe803 100644 --- a/docs/stylesheets/main.css +++ b/docs/stylesheets/main.css @@ -92,7 +92,7 @@ } [data-md-toggle=search]:checked~.md-header .md-search__form { border-bottom-left-radius: 0 !important; - border-bottom-right-radius 0 !important; + border-bottom-right-radius: 0 !important; } .doc-contents .quote .highlight { @@ -104,4 +104,4 @@ .doc-contents .quote .highlighttable { margin: 0; -} \ No newline at end of file +}