Skip to content

Commit 1d8ed4c

Browse files
committed
keep the font color white for a button in the main content (#572)
Inside the content, the font color of a link is changed to blue. This doesn't work well with our buttons <img width="875" alt="Screenshot 2023-03-04 at 11 14 50" src="https://user-images.githubusercontent.com/8672791/222894271-b727d505-829a-438a-b9f6-39da7d2941b3.png">
1 parent 2b554d6 commit 1d8ed4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sass/pages/_content.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ $content-font-size: 1.22rem;
7474
background-color: $syntax-theme-background-hover;
7575
}
7676

77+
a.button {
78+
color: $color-white;
79+
}
80+
7781
a {
7882
text-decoration: none;
7983
color: $link-color;

0 commit comments

Comments
 (0)