Skip to content

Commit fc78bcf

Browse files
Derive TIP dark-mode card tint from Antora tip green (#41af46).
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 657b17c commit fc78bcf

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Entries below are in **chronological order** by date: prior release, then the **
1010

1111
== [Unreleased]
1212

13+
* *Fix:* TIP dark-mode card tint derived from Antora tip green `#41af46`.
1314
* *Fix:* Admonitions — bordered card wraps TIP/NOTE label + body (`table` chrome; cells transparent). Corrects 1.4.1 which only cleared the label wash while leaving TIP outside the border. See link:changelog-details/2026-08-08%20-%20admonition%20card%20wraps%20tip%20label.adoc[Detailed notes].
1415
* *Docs:* Guide page xref:guide:legacy-names.adoc[Legacy names & migration] — `antora-dark-theme` → `valentus-theme` / `antora-dark-mode`, canonical org repos vs personal forks, Zulip correction blurb. Linked from Getting Started and Installation.
1516
* *Docs:* Clarify product roles — Valentus release bundle already includes dark mode; overlay / ui-module examples use Default UI (do not stack this package on Valentus `ui-bundle.zip`).

supplemental-ui/css/site-extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ html.dark-theme .doc .admonitionblock .title {
252252
/* Specific admonition types: tint the outer card (table), not the TIP label cell */
253253
html.dark-theme .doc .admonitionblock.tip > table {
254254
background-color: #1a2a1a !important;
255-
background: #1a2a1a !important;
255+
background: color-mix(in srgb, #41af46 14%, #25262b) !important;
256256
}
257257

258258
html.dark-theme .doc .admonitionblock.note > table {

ui-modules/packages/dark-mode/ui/css/site-extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ html.dark-theme .doc .admonitionblock .title {
252252
/* Specific admonition types: tint the outer card (table), not the TIP label cell */
253253
html.dark-theme .doc .admonitionblock.tip > table {
254254
background-color: #1a2a1a !important;
255-
background: #1a2a1a !important;
255+
background: color-mix(in srgb, #41af46 14%, #25262b) !important;
256256
}
257257

258258
html.dark-theme .doc .admonitionblock.note > table {

0 commit comments

Comments
 (0)