git: ed5513235f - main - Fix code background color
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=ed5513235fd55082f79b674ff2bd73f89a0aaa0d commit ed5513235fd55082f79b674ff2bd73f89a0aaa0d Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-11-06 20:14:46 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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; } }