Skip to content

Commit

Permalink
Merge pull request #70 from SADiLaR/feature/accessibility-fixes
Browse files Browse the repository at this point in the history
Change nav pill active colour
  • Loading branch information
OnaMosimege authored Jun 10, 2024
2 parents 89c6066 + 0af24e7 commit b4845c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ html {
.nav > li > a:active{
margin-top: 15px;
background-color: var(--primary);
color: var(--primary);
color: var(--primary-fg);
}

.btn-primary{
Expand Down

0 comments on commit b4845c7

Please sign in to comment.