diff --git a/common/common.scss b/common/common.scss index 75e22bf..b04fe5e 100644 --- a/common/common.scss +++ b/common/common.scss @@ -277,3 +277,8 @@ body.crawler { a.active.sidebar-section-link.sidebar-row { background: none; } + +// Hide Google search form +.google-search-form { + display: none; +}