git: b08adcb7de - main - Fix search box font color
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Feb 2023 16:18:13 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=b08adcb7de325fe1c994d0ae7e1527ee6524d0e4 commit b08adcb7de325fe1c994d0ae7e1527ee6524d0e4 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2023-02-17 16:17:14 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2023-02-17 16:17:14 +0000 Fix search box font color PR: 269590 Submitted by: emaste@ --- documentation/themes/beastie/assets/styles/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/themes/beastie/assets/styles/header.scss b/documentation/themes/beastie/assets/styles/header.scss index 3e151aeb76..5370b8e4fe 100644 --- a/documentation/themes/beastie/assets/styles/header.scss +++ b/documentation/themes/beastie/assets/styles/header.scss @@ -181,7 +181,7 @@ input[type='checkbox'] { appearance: none; outline: none; background-color: var(--white); - color: var(--global-font-color); + color: var(--black); } .search button {