Skip to content

Commit d8bb8db

Browse files
authored
Merge pull request AdaptiveCpp#1750 from marcosolanki/fix-inconsistent-colouring
Fix inconsistent colouring of the "Go to repository" button on mobile
2 parents ed6ffb0 + 6f3ac35 commit d8bb8db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/stylesheets/extra.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
--md-primary-fg-color: #c50d29;
88
--md-accent-fg-color: #c50d29;
99
}
10+
11+
.md-nav__source {
12+
background-color: #c50d29;
13+
}

0 commit comments

Comments
 (0)