Merge branch 'main' into production

This commit is contained in:
0x1eef 2024-01-03 19:13:14 -03:00
commit 7d50c6aba1
7 changed files with 34 additions and 34 deletions

View file

@ -1,3 +1,3 @@
$gold1: darken(#f0e68c, 10%); $primary-color: #569bd3;
$blue1: darken(#e4eff8, 35%); $primary-dark-color: #3383C3;
$white: #FFF; $white: #FFF;

View file

@ -2,15 +2,15 @@
@import "colors"; @import "colors";
header { header {
h1 , h1 a { color: $blue1; } h1 , h1 a { color: $primary-color; }
nav .react-select { nav .react-select {
color: $gold1; color: $primary-dark-color;
} }
nav .react-select.language { nav .react-select.language {
ul li { ul li {
background: $blue1; background: $primary-color;
color: $white; color: $white;
border: 3px solid lighten($gold1, 5%); border: 3px solid lighten($primary-dark-color, 5%);
} }
} }
} }

View file

@ -3,37 +3,37 @@
ul.body.stream li, footer { ul.body.stream li, footer {
.play.icon { .play.icon {
fill: $blue1; fill: $primary-color;
stroke: darken($blue1, 40%); stroke: $primary-dark-color;
stroke-width: 2px; stroke-width: 2px;
} }
.pause.icon { .pause.icon {
rect { rect {
fill: $blue1; fill: $primary-color;
stroke: darken($blue1, 40%); stroke: $primary-dark-color;
stroke-width: 1px; stroke-width: 1px;
} }
} }
.refresh.icon { .refresh.icon {
fill: $blue1; fill: $primary-color;
} }
.sound-on.icon, .sound-off.icon { .sound-on.icon, .sound-off.icon {
polygon { polygon {
fill: $blue1; fill: $primary-color;
stroke-width: 2; stroke-width: 2;
} }
} }
.right-arrow.icon { .right-arrow.icon {
g { g {
fill: $gold1; fill: $primary-dark-color;
} }
} }
} }
.stalled.icon { .stalled.icon {
div { background: $gold1; } div { background: $primary-dark-color; }
} }
} }

View file

@ -1,7 +1,7 @@
.content.theme.blue { .content.theme.blue {
ul.body { ul.body {
@import "themes/blue/colors"; @import "themes/blue/colors";
scrollbar-color: $blue1; scrollbar-color: $primary-color;
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
border-radius: 5px; border-radius: 5px;
@ -9,16 +9,16 @@
} }
::-webkit-scrollbar-track:hover { ::-webkit-scrollbar-track:hover {
background-color: lighten($blue1, 35%); background-color: lighten($primary-color, 35%);
} }
::-webkit-scrollbar-track:active { ::-webkit-scrollbar-track:active {
background-color: lighten($blue1, 35%); background-color: lighten($primary-color, 35%);
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
border-radius: 5px; border-radius: 5px;
background-color: $blue1; background-color: $primary-color;
} }
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
@ -26,7 +26,7 @@
} }
::-webkit-scrollbar-thumb:active { ::-webkit-scrollbar-thumb:active {
background-color: $blue1; background-color: $primary-color;
} }
} }
} }

View file

@ -3,10 +3,10 @@
.react-select.theme { .react-select.theme {
.selected-option.blue .circle { .selected-option.blue .circle {
background: $blue1; background: $primary-color;
} }
ul li.blue .circle { ul li.blue .circle {
background: $blue1; background: $primary-color;
} }
} }
} }
@ -16,7 +16,7 @@
.react-select.language { .react-select.language {
.selected-option { .selected-option {
color: $blue1; color: $primary-color;
} }
} }
@ -28,7 +28,7 @@
.react-select.language ul { .react-select.language ul {
li { li {
color: $blue1; color: $primary-color;
} }
} }
} }

View file

@ -4,17 +4,17 @@
ul.body.index { ul.body.index {
li.surah a { li.surah a {
&:active, &:link, &:visited { &:active, &:link, &:visited {
color: $blue1; color: $primary-color;
} }
@media (hover: hover) { @media (hover: hover) {
&:hover { &:hover {
background: lighten($blue1, 38%); background: lighten($primary-color, 38%);
} }
} }
span.id { span.id {
color: $gold1; color: $primary-dark-color;
} }
} }
} }
@ -22,7 +22,7 @@
footer { footer {
a { a {
&:active, &:link, &:visited { &:active, &:link, &:visited {
color: $blue1; color: $primary-color;
text-decoration: none; text-decoration: none;
} }
&:hover { &:hover {
@ -36,7 +36,7 @@
@import "themes/blue/colors"; @import "themes/blue/colors";
header { header {
div { div {
color: $gold1; color: $primary-dark-color;
} }
} }
} }
@ -46,10 +46,10 @@
ul.body.index { ul.body.index {
li.surah a { li.surah a {
span.id { span.id {
color: $gold1; color: $primary-dark-color;
} }
span.name { span.name {
color: $blue1; color: $primary-color;
} }
} }
} }

View file

@ -3,14 +3,14 @@
header { header {
div { div {
.localized-name, .transliterated-name { color: $gold1; } .localized-name, .transliterated-name { color: $primary-dark-color; }
} }
} }
ul.body.stream { ul.body.stream {
li.ayah { li.ayah {
span.title span { span.title span {
color: $gold1; color: $primary-dark-color;
} }
p { } p { }
} }
@ -18,7 +18,7 @@
footer { footer {
.timer { .timer {
color: $blue1; color: $primary-color;
} }
} }
} }
@ -29,7 +29,7 @@
header { header {
div { div {
.localized-name { .localized-name {
color: $gold1; color: $primary-color;
} }
} }
} }