diff --git a/margotwood/index.html b/margotwood/index.html index 67d3d25..af2bcbc 100644 --- a/margotwood/index.html +++ b/margotwood/index.html @@ -183,6 +183,16 @@ .app-link.subtraction:active { background: linear-gradient(135deg, #38f9d7 0%, #43e97b 100%); } + + /* Skip counting-specific styling */ + .app-link.skip-counting { + background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); + } + + .app-link.skip-counting:hover, + .app-link.skip-counting:active { + background: linear-gradient(135deg, #fecfef 0%, #ff9a9e 100%); + } @@ -199,6 +209,10 @@