diff --git a/card-one/index.html b/card-one/index.html index 0168ca6..3664e25 100644 --- a/card-one/index.html +++ b/card-one/index.html @@ -35,6 +35,13 @@

Card one has 16 total recipients.

+
    +
  1. + +

    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. +
  2. +
diff --git a/css/main.css b/css/main.css index 1a18108..706691b 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); }