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 9af1256e8 update 1/31
9af1256e8 is described below

commit 9af1256e8b86f2f4b507127abb6afa658b0f332d
Author: lprimak <[email protected]>
AuthorDate: Sat Jan 31 10:43:36 2026 -0600

    update 1/31
---
 .well-known/security.txt |   2 +-
 css/base.css             | 103 +++++++++++++++++++++++++++++++++++++++++++++++
 feed.xml                 |   2 +-
 3 files changed, 105 insertions(+), 2 deletions(-)

diff --git a/.well-known/security.txt b/.well-known/security.txt
index f45eb63e6..d34978f99 100644
--- a/.well-known/security.txt
+++ b/.well-known/security.txt
@@ -1,5 +1,5 @@
 Contact: mailto:[email protected]
-Expires: 2027-01-30T22:58:24Z
+Expires: 2027-01-31T16:43: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 29ddc981e..53f2bf3c4 100644
--- a/css/base.css
+++ b/css/base.css
@@ -314,6 +314,109 @@ div.related-content {
   color: var(--code-text);
 }
 
+/* Highlight.js syntax token colors for dark mode - High contrast */
+[data-theme="dark"] .hljs-keyword,
+[data-theme="dark"] .hljs-selector-tag,
+[data-theme="dark"] .hljs-section {
+  color: #ff79c6;
+  font-weight: 500;
+}
+
+[data-theme="dark"] .hljs-string,
+[data-theme="dark"] .hljs-symbol,
+[data-theme="dark"] .hljs-bullet,
+[data-theme="dark"] .hljs-addition {
+  color: #50fa7b;
+}
+
+[data-theme="dark"] .hljs-title,
+[data-theme="dark"] .hljs-name {
+  color: #8be9fd;
+  font-weight: 500;
+}
+
+[data-theme="dark"] .hljs-type,
+[data-theme="dark"] .hljs-attribute,
+[data-theme="dark"] .hljs-variable,
+[data-theme="dark"] .hljs-template-tag,
+[data-theme="dark"] .hljs-template-variable {
+  color: #ffb86c;
+}
+
+[data-theme="dark"] .hljs-comment,
+[data-theme="dark"] .hljs-quote,
+[data-theme="dark"] .hljs-deletion,
+[data-theme="dark"] .hljs-meta {
+  color: #6272a4;
+  font-style: italic;
+}
+
+[data-theme="dark"] .hljs-number,
+[data-theme="dark"] .hljs-regexp,
+[data-theme="dark"] .hljs-literal,
+[data-theme="dark"] .hljs-link {
+  color: #bd93f9;
+}
+
+[data-theme="dark"] .hljs-class .hljs-title,
+[data-theme="dark"] .hljs-title.class_,
+[data-theme="dark"] .hljs-built_in {
+  color: #f1fa8c;
+}
+
+[data-theme="dark"] .hljs-attr {
+  color: #50fa7b;
+}
+
+[data-theme="dark"] .hljs-selector-class,
+[data-theme="dark"] .hljs-selector-attr,
+[data-theme="dark"] .hljs-selector-pseudo {
+  color: #8be9fd;
+}
+
+[data-theme="dark"] .hljs-tag {
+  color: #ff79c6;
+}
+
+[data-theme="dark"] .hljs-doctag,
+[data-theme="dark"] .hljs-strong {
+  font-weight: bold;
+}
+
+[data-theme="dark"] .hljs-emphasis {
+  font-style: italic;
+}
+
+/* XML/HTML specific - brighter tag colors */
+[data-theme="dark"] .language-xml .hljs-tag,
+[data-theme="dark"] .language-html .hljs-tag {
+  color: #ff79c6;
+}
+
+[data-theme="dark"] .language-xml .hljs-name,
+[data-theme="dark"] .language-html .hljs-name {
+  color: #8be9fd;
+}
+
+[data-theme="dark"] .language-xml .hljs-attr,
+[data-theme="dark"] .language-html .hljs-attr {
+  color: #50fa7b;
+}
+
+[data-theme="dark"] .language-xml .hljs-string,
+[data-theme="dark"] .language-html .hljs-string {
+  color: #f1fa8c;
+}
+
+/* Asciidoctor listing block code in dark mode */
+[data-theme="dark"] .listingblock pre.highlight code,
+[data-theme="dark"] .listingblock pre.highlight,
+[data-theme="dark"] .literalblock pre,
+[data-theme="dark"] pre.content {
+  background-color: var(--code-bg);
+  color: var(--code-text);
+}
+
 /* Theme toggle button */
 #theme-toggle {
   background: none;
diff --git a/feed.xml b/feed.xml
index 28bc5333e..d6c453ffc 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-30T22:58:24Z</updated>
+  <updated>2026-01-31T16:43:19Z</updated>
 
   <author>
     <name>Les Hazlewood</name>

Reply via email to