diff --git a/packages/web/src/styles/RecipeList.css b/packages/web/src/styles/RecipeList.css index c6bd8de..ae60004 100644 --- a/packages/web/src/styles/RecipeList.css +++ b/packages/web/src/styles/RecipeList.css @@ -118,10 +118,12 @@ padding: 0.4rem 0.6rem; border: none; background: var(--bg-secondary, #f5f5f5); + color: var(--text-primary, #333); cursor: pointer; font-size: 0.85rem; min-width: 32px; transition: background-color 0.2s, color 0.2s; + font-weight: 500; } .column-buttons button:not(:last-child) { @@ -197,10 +199,12 @@ padding: 0.4rem 0.6rem; border: none; background: var(--bg-secondary, #f5f5f5); + color: var(--text-primary, #333); cursor: pointer; font-size: 0.85rem; min-width: 36px; transition: background-color 0.2s, color 0.2s; + font-weight: 500; } .items-per-page button:not(:last-child) {