chore: update tag border style

This commit is contained in:
radishzzz 2025-05-17 16:16:12 +01:00
parent 312a57c07e
commit 8d6a7154c3
3 changed files with 227 additions and 808 deletions

View file

@ -38,7 +38,7 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.0",
"@antfu/eslint-config": "^4.13.1",
"@astrojs/check": "^0.9.4",
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
@ -48,7 +48,7 @@
"@unocss/preset-attributify": "66.1.2",
"@unocss/reset": "66.1.2",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.26.0",
"eslint": "^9.27.0",
"eslint-plugin-astro": "^1.3.1",
"lint-staged": "^16.0.0",
"typescript": "~5.8.3",

1029
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff

View file

@ -56,7 +56,7 @@ export default defineConfig({
],
shortcuts: {
'uno-desktop-column': 'fixed right-[max(5rem,calc(50vw-35rem))] w-14rem',
'uno-tags-style': 'inline-block whitespace-nowrap border border-secondary/40 rounded-full px-3.2 py-0.7 c-secondary transition-colors hover:(border-secondary/80 text-primary)',
'uno-tags-style': 'inline-block whitespace-nowrap border border-secondary/25 rounded-full px-3.2 py-0.7 c-secondary transition-colors hover:(border-secondary/80 text-primary)',
'uno-decorative-line': 'mb-4.5 h-0.25 w-10 bg-secondary/25 lg:(mb-6 w-11)',
'uno-tags-wrapper': 'flex flex-wrap gap-x-3 gap-y-3.2',
'uno-round-border': 'border border-secondary/5 rounded border-solid',