git: 98a3bddd21 - main - Fix font color in header search input
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=98a3bddd21144d000dc7335c80c930e46290311f commit 98a3bddd21144d000dc7335c80c930e46290311f Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-09-28 19:05:51 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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 {