@press2ai/theme-specialist-glossy 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@press2ai/theme-specialist-glossy",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "description": "Classless, AI-first theme inspired by Stripe. Framework-agnostic templates (Hono, Astro, raw HTML). Semantic HTML, Schema.org microdata, JSON-LD — built for LLM crawlers.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -75,21 +75,20 @@ body > footer > small {
75
75
  }
76
76
  body > footer a { color: var(--ink-2); transition: color var(--ease); }
77
77
  body > footer a:hover { color: var(--violet); }
78
- .footer-grid {
78
+ body > footer > small > nav {
79
79
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: var(--g4);
80
- max-width: var(--container); margin-inline: auto; padding-inline: var(--pad);
81
80
  margin-bottom: var(--g4);
82
81
  }
83
- .footer-col strong {
82
+ body > footer > small > nav section { all: unset; display: block; }
83
+ body > footer > small > nav strong {
84
84
  display: block; font-size: var(--t-xs); font-weight: 600; color: var(--ink);
85
85
  text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: var(--g2);
86
86
  }
87
- .footer-col p { font-size: var(--t-xs); line-height: 1.6; color: var(--ink-3); margin: 0; max-width: 36ch; }
88
- .footer-col a { display: block; font-size: var(--t-xs); line-height: 2; color: var(--ink-3); }
89
- .footer-col a:hover { color: var(--violet); }
90
- .footer-meta {
91
- max-width: var(--container); margin: 0 auto; padding: var(--g3) var(--pad) 0;
92
- border-top: 1px solid var(--line);
87
+ body > footer > small > nav p { font-size: var(--t-xs); line-height: 1.6; color: var(--ink-3); margin: 0; max-width: 36ch; }
88
+ body > footer > small > nav a { display: block; font-size: var(--t-xs); line-height: 2; color: var(--ink-3); }
89
+ body > footer > small > nav a:hover { color: var(--violet); }
90
+ body > footer > small > p {
91
+ padding-top: var(--g3); border-top: 1px solid var(--line);
93
92
  font-size: var(--t-xs); color: var(--ink-3); text-align: left;
94
93
  }
95
94
 
@@ -336,5 +335,5 @@ form:not([role="search"]) button[type="submit"]:hover { background: var(--ink);
336
335
  form[role="search"] { height: 40px; }
337
336
  form[role="search"] input { font-size: var(--t-xs); }
338
337
  section:has(> ol) { padding: var(--g4) var(--pad); }
339
- .footer-grid { grid-template-columns: 1fr; gap: var(--g3); }
338
+ body > footer > small > nav { grid-template-columns: 1fr; gap: var(--g3); }
340
339
  }