Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Nov 26, 2024
1 parent 8474493 commit 5e3bbb3
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions src/components/organisms/passageNavigation.module.scss
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
@import '../../styles/common.scss';

.wrapper {
display: flex;
background-color: $ts-bibleVersionH;
display: flex;
background-color: $ts-bibleVersionH;
}

.wrapper button {
background: none;
border: none;
background: none;
border: none;
}

.wrapper li,
.wrapper li button {
color: $ts-lightTone;
color: $ts-lightTone;
font-weight: 700;
size: 16px;
line-height: 19.2px;
}

.wrapper :global(.active),
.wrapper :global(.active) button {
color: $ts-salmon;
}
color: $ts-salmon;
}

0 comments on commit 5e3bbb3

Please sign in to comment.