Skip to content

Commit a8b4728

Browse files
authored
fix(docs): blog prev/next button text color (#3230)
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent ebdf03d commit a8b4728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets/scss/_variables_project.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $link-hover-color: darken($link-color, 15%);
3030

3131
// Override link colors only in document content
3232
.td-content {
33-
a {
33+
a:not(.btn) {
3434
color: $link-color !important;
3535

3636
&:hover {

0 commit comments

Comments
 (0)