Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Feb 2023 16:18:13 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: b08adcb7de - main - Fix search box font color
Message-ID:  <202302171618.31HGIDG1083635@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=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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302171618.31HGIDG1083635>