From f21802c3f8e52958a892f86d580e56279e984376 Mon Sep 17 00:00:00 2001 From: Laurent Abbal Date: Sat, 14 Aug 2021 19:50:11 +0900 Subject: [PATCH] maj --- docs/assets/stylesheets/extra.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index 8189bc6..78c20e8 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -21,4 +21,9 @@ .md-header { box-shadow: 0 0 0 transparent, 0 0 0 transparent; +} + +.md-search__form { + background-color: rgba(0,0,0,.4); + border-radius: .2rem; } \ No newline at end of file