git: b08adcb7de - main - Fix search box font color
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=b08adcb7de325fe1c994d0ae7e1527ee6524d0e4 commit b08adcb7de325fe1c994d0ae7e1527ee6524d0e4 Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2023-02-17 16:17:14 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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 {