aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-11-06 20:14:46 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2022-11-06 20:14:46 +0000
commited5513235fd55082f79b674ff2bd73f89a0aaa0d (patch)
tree6ecd1f54981b709948701d6e4d637360c4bef36c /documentation
parent33c2b6a9d1c3bdb0aecf67d1a038a17066c6f3ae (diff)
downloaddoc-ed5513235fd55082f79b674ff2bd73f89a0aaa0d.tar.gz
doc-ed5513235fd55082f79b674ff2bd73f89a0aaa0d.zip
Fix code background color
Diffstat (limited to 'documentation')
-rw-r--r--documentation/themes/beastie/assets/styles/global.scss2
1 files changed, 1 insertions, 1 deletions
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;
}
}