This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 53f6ca152 fix: download button color visibility
53f6ca152 is described below

commit 53f6ca152264a27dc762168f8dacd159dc6368b5
Author: lprimak <[email protected]>
AuthorDate: Fri May 1 13:03:50 2026 -0500

    fix: download button color visibility
---
 src/site/assets/css/base.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/assets/css/base.css b/src/site/assets/css/base.css
index 8f9a4ffb7..ba79ecd63 100644
--- a/src/site/assets/css/base.css
+++ b/src/site/assets/css/base.css
@@ -621,8 +621,8 @@ div.related-content {
 }
 
 /* Download button - ensure visibility */
-[data-theme="dark"] .btn-success {
-  color: #ffffff;
+.btn-success {
+  color: #ffffff !important;
 }
 
 /* Border styling for cards */

Reply via email to