Skip to content

Commit f31d71c

Browse files
color of anchor tag changed on React Redux web (#1783)
Co-authored-by: Mark Erikson <mark@isquaredsoftware.com>
1 parent dffd1f2 commit f31d71c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

website/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# dependencies
22
/node_modules
3+
/package.lock.json
34

45
# production
56
/build

website/static/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,16 @@
7777
--ifm-hero-background-color: #593d88;
7878
--ifm-hero-text-color: #ffffff;
7979
}
80+
81+
.admonition a,
82+
blockquote a {
83+
color: var(--ifm-color-primary-darkest);
84+
}
85+
.admonition a:hover,
86+
blockquote a:hover {
87+
color: var(--blockquote-text-color);
88+
}
89+
8090
blockquote {
8191
color: var(--blockquote-text-color);
8292
background-color: var(--ifm-blockquote-color);

0 commit comments

Comments
 (0)