git: 33c2b6a9d1 - main - Remove border in main search input
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Nov 2022 19:23:27 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=33c2b6a9d1c3bdb0aecf67d1a038a17066c6f3ae commit 33c2b6a9d1c3bdb0aecf67d1a038a17066c6f3ae Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-11-06 19:23:08 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-11-06 19:23:08 +0000 Remove border in main search input --- documentation/themes/beastie/assets/styles/global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss index d4db16b8d8..608c00041a 100644 --- a/documentation/themes/beastie/assets/styles/global.scss +++ b/documentation/themes/beastie/assets/styles/global.scss @@ -106,6 +106,7 @@ body { width: 100%; background-color: var(--global-background-color); justify-content: center; + border: none; input { display: block;