diff --git a/src/components/ability.webc b/src/components/ability.webc index 945bdb6..5ce6716 100644 --- a/src/components/ability.webc +++ b/src/components/ability.webc @@ -66,7 +66,6 @@ :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 7f3e475..f7522fa 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 d05cd50..aa8dac4 100644 --- a/src/index.webc +++ b/src/index.webc @@ -184,7 +184,6 @@ transition: background-color 0.4s ease; &:hover { - color: var(--theme-c-primary-100); background: oklch(from var(--clr-accent) 50% c h); } }