diff --git a/src/components/ability.webc b/src/components/ability.webc index 5ce6716..945bdb6 100644 --- a/src/components/ability.webc +++ b/src/components/ability.webc @@ -66,6 +66,7 @@ :host .copyright { grid-area: copyright; + font-size: 0.625em; margin: 0; } diff --git a/src/components/icon-sprite.webc b/src/components/icon-sprite.webc index f7522fa..7f3e475 100644 --- a/src/components/icon-sprite.webc +++ b/src/components/icon-sprite.webc @@ -184,7 +184,7 @@ diff --git a/src/index.webc b/src/index.webc index aa8dac4..d05cd50 100644 --- a/src/index.webc +++ b/src/index.webc @@ -184,6 +184,7 @@ transition: background-color 0.4s ease; &:hover { + color: var(--theme-c-primary-100); background: oklch(from var(--clr-accent) 50% c h); } }