This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 71b625ff0 [website] Fix css style for 'code' in list (#1949)
71b625ff0 is described below
commit 71b625ff0c1638539f6089eb727a698f080f92b4
Author: Yang Guo <[email protected]>
AuthorDate: Fri Jan 30 19:06:38 2026 +0800
[website] Fix css style for 'code' in list (#1949)
---
website/src/css/custom.css | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/website/src/css/custom.css b/website/src/css/custom.css
index df82b90bc..a4e3a4313 100644
--- a/website/src/css/custom.css
+++ b/website/src/css/custom.css
@@ -138,15 +138,13 @@
}
}
- li {
- code {
- border-radius: 4px;
- background-color: #edf2fa;
- border: none;
- padding: 3px 4px;
- font-size: 14px;
- color: #4c576c;
- }
+ li > code {
+ border-radius: 4px;
+ background-color: #edf2fa;
+ border: none;
+ padding: 3px 4px;
+ font-size: 14px;
+ color: #4c576c;
}
/* pre {