From db5764cec2a68ea0c0edfaa6d13a61f2519f7b08 Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Sun, 28 Dec 2025 19:46:22 -0800 Subject: [PATCH 1/2] stop one --- card-one/index.html | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/card-one/index.html b/card-one/index.html index 72fe183..b50c552 100644 --- a/card-one/index.html +++ b/card-one/index.html @@ -39,21 +39,8 @@
  1. -

    location

    - filler photo for testing -
  2. - -
  3. - -

    location

    -

    Some sample text

    -
  4. - -
  5. - -

    location

    - filler photo for testing -

    Some sample text again, this time wrapping to a second line, yeah, let's make it do that.

    +

    California, USA

    + an open pop-up greeting card. the pop-up is an autumnal tree, and the inside of the card has autumn leaf designs. two small figurines sit on the card to hold it open flat.
From cdb0697098c9b18e40a67afa4b05347693ab29ab Mon Sep 17 00:00:00 2001 From: Lee Cattarin Date: Sun, 28 Dec 2025 19:47:23 -0800 Subject: [PATCH 2/2] fix some border radii --- css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 07928a5..e30995d 100644 --- a/css/main.css +++ b/css/main.css @@ -93,6 +93,7 @@ a { text-decoration-color: var(--color-accent); transition: text-decoration-thickness .5s; padding: 0 .15rem; + border-radius: .15rem; } @media (any-hover: hover) { @@ -104,7 +105,6 @@ a { a:focus-visible { text-decoration: none; outline: var(--color-accent) solid .15rem; - border-radius: .15rem; } ul { @@ -155,7 +155,6 @@ nav a { nav a:focus-visible { outline: none; - border-radius: 0; color: var(--color-bg); background-color: var(--color-accent); }