From f21b7906a155edc884dcb5abde2d83171578f609 Mon Sep 17 00:00:00 2001 From: pan Date: Mon, 2 Dec 2024 21:56:10 +0000 Subject: [PATCH] add extra.css --- docs/stylesheets/extra.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/stylesheets/extra.css diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..50cdd12 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,5 @@ +.md-header__button.md-logo { + background: white; + border-radius: 40px; + border: 1px solid; +} \ No newline at end of file