git: ed5513235f - main - Fix code background color
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Nov 2022 20:15:22 UTC
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=ed5513235fd55082f79b674ff2bd73f89a0aaa0d commit ed5513235fd55082f79b674ff2bd73f89a0aaa0d Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-11-06 20:14:46 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-11-06 20:14:46 +0000 Fix code background color --- documentation/themes/beastie/assets/styles/global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss index 608c00041a..fb1fc6e687 100644 --- a/documentation/themes/beastie/assets/styles/global.scss +++ b/documentation/themes/beastie/assets/styles/global.scss @@ -649,7 +649,7 @@ table.stretch { font-size: 0.75rem; padding: inherit; border-radius: inherit; - background-color: inherit; + background-color: transparent; color: inherit; } }