Skip to content

Commit 0c0a310

Browse files
authored
Make "English" button the same colour as other languages (#739)
1 parent dfad358 commit 0c0a310

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

content/glossary/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ layout: index
1919

2020
Click one of the buttons to open the Glossary. Further translations are already in the works.
2121

22-
<div class="btn-group flex-wrap text-center"><a href="/glossary/english" class="btn btn-primary py-2 m-1 btn-lg active" style="line-height:1;border-radius:6px">English</a>
22+
<div class="btn-group flex-wrap text-center">
23+
<a href="/glossary/english" class="btn btn-primary py-2 m-1 btn-lg" style="line-height:1;border-radius:6px">English</a>
2324
<a href="/glossary/german" class="btn btn-primary py-2 m-1 btn-lg" style="line-height:1;border-radius:6px">Deutsch (German)</a>
2425
<a href="/glossary/arabic" class="btn btn-primary py-2 m-1 btn-lg" style="line-height:1;border-radius:6px"> عربي (Arabic)</a>
25-
<a href="/glossary/turkish" class="btn btn-primary py-2 m-1 btn-lg" style="line-height:1;border-radius:6px">Türkçe (Turkish)</a></div>
26+
<a href="/glossary/turkish" class="btn btn-primary py-2 m-1 btn-lg" style="line-height:1;border-radius:6px">Türkçe (Turkish)</a>
27+
</div>
2628

2729
## Background
2830

0 commit comments

Comments
 (0)