Summary: | Fixes for FreeBSD documentation-defined dark and high contrast modes | ||
---|---|---|---|
Product: | Documentation | Reporter: | Graham Perrin <grahamperrin> |
Component: | Books & Articles | Assignee: | Sergio Carlavilla Delgado <carlavilla> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | FreeBSD, carlavilla, pauamma |
Priority: | --- | Keywords: | accessibility |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
URL: | https://forums.freebsd.org/posts/548477 | ||
See Also: |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260773 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261011 |
Description
Graham Perrin
![]() ![]() It might help to compare this combination: * use the menu at the foot of the page to prefer Light * add/enable Dark Reader <https://addons.mozilla.org/addon/darkreader/> then at a docs.freebsd.org page, switch on. Mozilla's page for this recommended extension refers to: * <https://opensource.org/licenses/mit-license.php> *** Bug 260773 has been marked as a duplicate of this bug. *** To the first example of light text I want to add https://docs.freebsd.org/en/books/porters-handbook/quick-porting/#porting-submitting The variation is the use of class="title" as well as class="content" A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=0b57fe8cd821b15aaf049a2e480178a375dd7ce4 commit 0b57fe8cd821b15aaf049a2e480178a375dd7ce4 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2021-12-30 12:42:39 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2021-12-30 12:42:39 +0000 Improve dark and high contrast themes PR: 260751 Submitted by: Graham Perrin <grahamperrin (AT) gmail.com> documentation/themes/beastie/assets/styles/global.scss | 15 +++++++++++++++ documentation/themes/beastie/assets/styles/variables.scss | 12 +++++++++--- 2 files changed, 24 insertions(+), 3 deletions(-) Fixed the problems. Thanks for this report :) |