Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e7e54619ae | ||
|
|
9c51cc94ee |
@@ -1,3 +1,10 @@
|
||||
## [4.20.3](https://github.com/antialias/soroban-abacus-flashcards/compare/v4.20.2...v4.20.3) (2025-10-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **homepage:** use explicit RGBA colors for Your Journey text ([9c51cc9](https://github.com/antialias/soroban-abacus-flashcards/commit/9c51cc94eec4efcab9c0b9d1190f5b79c0c7d365))
|
||||
|
||||
## [4.20.2](https://github.com/antialias/soroban-abacus-flashcards/compare/v4.20.1...v4.20.2) (2025-10-19)
|
||||
|
||||
|
||||
|
||||
@@ -379,7 +379,7 @@ export default function HomePage() {
|
||||
>
|
||||
Your Journey
|
||||
</h2>
|
||||
<p className={css({ color: 'gray.200', fontSize: 'md' })}>
|
||||
<p className={css({ color: 'rgba(229, 231, 235, 1)', fontSize: 'md' })}>
|
||||
Progress from beginner to master
|
||||
</p>
|
||||
</div>
|
||||
@@ -426,7 +426,9 @@ export default function HomePage() {
|
||||
>
|
||||
{stage.level}
|
||||
</div>
|
||||
<div className={css({ fontSize: 'sm', color: 'gray.200' })}>{stage.label}</div>
|
||||
<div className={css({ fontSize: 'sm', color: 'rgba(229, 231, 235, 1)' })}>
|
||||
{stage.label}
|
||||
</div>
|
||||
{i < 3 && (
|
||||
<div
|
||||
className={css({
|
||||
@@ -434,7 +436,7 @@ export default function HomePage() {
|
||||
position: 'absolute',
|
||||
right: '-50%',
|
||||
fontSize: 'xl',
|
||||
color: 'gray.400',
|
||||
color: 'rgba(156, 163, 175, 1)',
|
||||
})}
|
||||
>
|
||||
→
|
||||
@@ -448,7 +450,7 @@ export default function HomePage() {
|
||||
mt: '6',
|
||||
textAlign: 'center',
|
||||
fontSize: 'sm',
|
||||
color: 'gray.300',
|
||||
color: 'rgba(209, 213, 219, 1)',
|
||||
fontStyle: 'italic',
|
||||
})}
|
||||
>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "soroban-monorepo",
|
||||
"version": "4.20.2",
|
||||
"version": "4.20.3",
|
||||
"private": true,
|
||||
"description": "Beautiful Soroban Flashcard Generator - Monorepo",
|
||||
"workspaces": [
|
||||
|
||||
Reference in New Issue
Block a user