Skip to content

Commit bbf3708

Browse files
committed
Fix: .scientific-domains header color
1 parent 5dfb796 commit bbf3708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/tabs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ section.scientific-domains {
9999

100100
& header {
101101
// FIXME: Use appropriate PST color for this header text.
102-
color: var(--colorPrimaryDark);
102+
color: var(--pst-color-text-base);
103103
font-weight: 700;
104104
// Ensure headers are the same minimum height (some wrap
105105
// to two lines).

0 commit comments

Comments
 (0)