Skip to content

Commit

Permalink
Show surah name in blue (blue theme, ar locale)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1eef committed Oct 24, 2023
1 parent 419d1ef commit c56e628
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/css/themes/blue/components/_Select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@
}
}
}

.content.theme.blue.ar {
@import "themes/blue/colors";

.row.details {
.localized-name {
color: $blue1;
}
}
}

0 comments on commit c56e628

Please sign in to comment.