Date: Wed, 28 Sep 2022 19:06:34 GMT From: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 98a3bddd21 - main - Fix font color in header search input Message-ID: <202209281906.28SJ6Yix087982@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209281906.28SJ6Yix087982>
