Limit border-top to .surah-index

This commit is contained in:
0x1eef 2024-02-28 21:27:27 -03:00
parent 2123f27dae
commit 4b555a3141
5 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
.root .content.theme.blue { .root .surah-index.content.theme.blue {
@import "themes/blue/colors"; @import "themes/blue/colors";
@import "breakpoints"; @import "breakpoints";

View file

@ -1,5 +1,6 @@
.root .content.theme.blue { .root .content.theme.blue {
@import "themes/blue/colors"; @import "themes/blue/colors";
@import "breakpoints";
header { header {
div { div {

View file

@ -1,4 +1,4 @@
.root .content.theme.green { .root .surah-index.content.theme.green {
@import "breakpoints"; @import "breakpoints";
@import "themes/green/colors"; @import "themes/green/colors";

View file

@ -1,5 +1,6 @@
.root .content.theme.green { .root .content.theme.green {
@import "themes/green/colors"; @import "themes/green/colors";
@import "breakpoints";
header { header {
h1, h1 a { color: $primary-color; } h1, h1 a { color: $primary-color; }

View file

@ -32,7 +32,7 @@ function SurahIndex({ locale, surahs, t }: Props) {
<div <div
ref={ref} ref={ref}
className={classNames( className={classNames(
"flex flex-col invisible h-full content theme", "flex flex-col invisible h-full content surah-index theme",
theme, theme,
locale, locale,
)} )}