git: 98a3bddd21 - main - Fix font color in header search input
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Sep 2022 19:06:34 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=98a3bddd21144d000dc7335c80c930e46290311f commit 98a3bddd21144d000dc7335c80c930e46290311f Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-09-28 19:05:51 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-09-28 19:06:23 +0000 Fix font color in header search input --- documentation/themes/beastie/assets/styles/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/themes/beastie/assets/styles/header.scss b/documentation/themes/beastie/assets/styles/header.scss index 55d031a9b5..25c38759c7 100644 --- a/documentation/themes/beastie/assets/styles/header.scss +++ b/documentation/themes/beastie/assets/styles/header.scss @@ -181,6 +181,7 @@ input[type='checkbox'] { appearance: none; outline: none; background-color: var(--white); + color: var(--global-font-color); } .search button {