pref(button): update styles

This commit is contained in:
thehrz 2023-10-03 22:04:39 +08:00
parent 4919cd13d3
commit 76cdfe1c55
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -15,6 +15,6 @@ defineProps<{
<style scoped> <style scoped>
a { a {
--at-apply: bg-white active:bg-neutral-200 hover:border-3 border-solid border-2 border-light-950 c-coolgray-700 decoration-none flex items-center rounded text-4 h-11 px-3 shadow; --at-apply: bg-white hover:bg-stone-100 active:bg-neutral-200 border-solid border-2 border-light-950 c-coolgray-700 decoration-none flex items-center rounded text-4 h-11 px-3 shadow;
} }
</style> </style>