Skip to content

Commit

Permalink
Blue theme is blended with gold more often (ar locale)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1eef committed Oct 24, 2023
1 parent c56e628 commit a9af913
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
17 changes: 15 additions & 2 deletions src/css/themes/blue/pages/_SurahIndex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
color: $blue1;
}

div:first-child .id {
color: $gold2;
div:first-child {
.id { color: $gold1; }
}
}

Expand All @@ -25,3 +25,16 @@
}
}
}

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

ul.body.index {
li.surah:nth-of-type(odd) {
div:first-child .name { color: $gold1; }
}
li.surah:nth-of-type(even) {
div:first-child .name { color: $blue1; }
}
}
}
10 changes: 6 additions & 4 deletions src/css/themes/blue/pages/_SurahStream.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
.root .content.theme.blue {
@import "themes/blue/colors";

.row.details {
color: $gold1;
}

.row.footer .timer {
color: $blue1;
}
Expand All @@ -21,4 +17,10 @@

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

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

0 comments on commit a9af913

Please sign in to comment.