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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new fe6cb14be fixed d/l button visibility
fe6cb14be is described below

commit fe6cb14be093301d90a7decf769ed64080f186ad
Author: lprimak <[email protected]>
AuthorDate: Fri May 1 13:04:23 2026 -0500

    fixed d/l button visibility
---
 .well-known/security.txt | 2 +-
 css/base.css             | 4 ++--
 feed.xml                 | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.well-known/security.txt b/.well-known/security.txt
index 762bf5cc7..b776924cf 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:[email protected]
-Expires: 2027-05-01T17:55:02Z
+Expires: 2027-05-01T18:04:07Z
 Preferred-Languages: en
 Canonical: https://shiro.apache.org/.well-known/security.txt
 Policy: https://shiro.apache.org/security-reports.html
\ No newline at end of file
diff --git a/css/base.css b/css/base.css
index 8f9a4ffb7..ba79ecd63 100644
--- a/css/base.css
+++ b/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 */
diff --git a/feed.xml b/feed.xml
index f9cc4586e..81e0b0f6a 100644
--- a/feed.xml
+++ b/feed.xml
@@ -4,7 +4,7 @@
   <subtitle>Simple. Java. Security.</subtitle>
   <link href="https://shiro.apache.org/"/>
   <link rel="self" href="https://shiro.apache.org/feed.xml"; />
-  <updated>2026-05-01T17:55:02Z</updated>
+  <updated>2026-05-01T18:04:08Z</updated>
 
   <author>
     <name>Les Hazlewood</name>

Reply via email to