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

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


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 59dd64698 update
59dd64698 is described below

commit 59dd646987db7a9bf6608cf67b7f30a777c455df
Author: lprimak <[email protected]>
AuthorDate: Sat Jan 31 10:56:28 2026 -0600

    update
---
 .well-known/security.txt | 2 +-
 css/base.css             | 4 ++++
 feed.xml                 | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.well-known/security.txt b/.well-known/security.txt
index d2f87b452..633985b2c 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:[email protected]
-Expires: 2027-01-31T16:52:25Z
+Expires: 2027-01-31T16:56:19Z
 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 9e3956bdf..9b63cd1db 100644
--- a/css/base.css
+++ b/css/base.css
@@ -514,6 +514,10 @@ div.related-content {
   color: var(--text-color);
 }
 
+[data-theme="dark"] .admonitionblock td.icon .icon-note:before {
+    color: var(--bg-color);
+}
+
 [data-theme="dark"] .listingblock pre {
   background: var(--code-bg);
 }
diff --git a/feed.xml b/feed.xml
index 2989ab642..e9f03aca6 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-01-31T16:52:26Z</updated>
+  <updated>2026-01-31T16:56:19Z</updated>
 
   <author>
     <name>Les Hazlewood</name>

Reply via email to