Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2022 20:15:22 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: ed5513235f - main - Fix code background color
Message-ID:  <202211062015.2A6KFMtn079793@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=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;
   }
 }



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