We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdf03d commit a8b4728Copy full SHA for a8b4728
1 file changed
docs/assets/scss/_variables_project.scss
@@ -30,7 +30,7 @@ $link-hover-color: darken($link-color, 15%);
30
31
// Override link colors only in document content
32
.td-content {
33
- a {
+ a:not(.btn) {
34
color: $link-color !important;
35
36
&:hover {
0 commit comments