diff --git a/app/customizations/FlatCategory.tsx b/app/customizations/FlatCategory.tsx index 316c7e8..a621623 100644 --- a/app/customizations/FlatCategory.tsx +++ b/app/customizations/FlatCategory.tsx @@ -67,10 +67,10 @@ export default function FlatCategory({ - - diff --git a/styles/Customizations.module.css b/styles/Customizations.module.css index d779d38..a3962c6 100644 --- a/styles/Customizations.module.css +++ b/styles/Customizations.module.css @@ -33,27 +33,6 @@ border-bottom-color: #a30000; } -/* - page btns -*/ -.pageActionBtn { - background: transparent; - border: 1px solid #1e1e1e; - color: #3a3a3a; - padding: 0.6rem 1rem; - font-family: 'Oswald', sans-serif; - font-size: 0.75rem; - text-transform: uppercase; - letter-spacing: 0.08em; - cursor: pointer; - transition: all 0.15s ease; -} - -.pageActionBtn:hover { - color: #666666; - border-color: #2e2e2e; -} - /* char picker */