Skip to content

Commit 745bfc3

Browse files
authored
Add color for links (#5508)
The rebranding of the docs removed any special rendering of links, so they became invisible to users. This change adds an explicit color for links (with the color taken from the TC logo). This also implicitly highlights the currently selected page in the side-navigation panel.
1 parent 5dc5c21 commit 745bfc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/css/extra.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ h1, h2, h3, h4, h5, h6 {
55
}
66

77
[data-md-color-scheme="testcontainers"] {
8-
--md-primary-fg-color: #291A3F;
8+
--md-primary-fg-color: #291A3F;
99
--md-accent-fg-color: #291A3F;
10+
--md-typeset-a-color: #0C94AA;
1011
}

0 commit comments

Comments
 (0)