This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-website.git
commit 20cee76db885317e7c3ea34c0b0288fc5ffcb6eb Author: Robbie Gemmell <[email protected]> AuthorDate: Wed Apr 5 15:11:05 2023 +0100 add some style to make docs/download buttons transparent as previously --- src/css/main.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/css/main.scss b/src/css/main.scss index 1a802d7d5..20659356b 100644 --- a/src/css/main.scss +++ b/src/css/main.scss @@ -730,3 +730,8 @@ table a { border-right: 4px solid transparent; border-left: 4px solid transparent; } + +.btn-outline-light { + background-color: transparent; + background-image: none; +}
