@press2ai/theme-specialist-glossy 0.6.1 → 0.6.2
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 +1 -1
- package/src/styles/glossy.css +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@press2ai/theme-specialist-glossy",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
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",
|
package/src/styles/glossy.css
CHANGED
|
@@ -173,14 +173,14 @@ form[role="search"] button {
|
|
|
173
173
|
form[role="search"] button:hover { background: var(--ink); }
|
|
174
174
|
|
|
175
175
|
/* Stats */
|
|
176
|
-
section
|
|
176
|
+
section[aria-label="Statystyki"] { margin-bottom: var(--g6); }
|
|
177
177
|
.stat-summary {
|
|
178
178
|
text-align: center; font-size: var(--t-md); font-weight: 500; line-height: 1.55;
|
|
179
179
|
color: var(--ink); margin: 0 auto var(--g4); max-width: var(--measure);
|
|
180
180
|
}
|
|
181
|
-
section > dl {
|
|
181
|
+
section[aria-label="Statystyki"] > dl {
|
|
182
182
|
display: flex; justify-content: center; gap: var(--g5);
|
|
183
|
-
margin: 0 auto
|
|
183
|
+
margin: 0 auto; padding: 0;
|
|
184
184
|
border: none; background: none; box-shadow: none;
|
|
185
185
|
}
|
|
186
186
|
section > dl div { text-align: center; }
|
|
@@ -189,8 +189,8 @@ section > dl div { text-align: center; }
|
|
|
189
189
|
section > dl dt { font-size: var(--t-lg); font-weight: 800; line-height: 1.2; color: var(--violet); }
|
|
190
190
|
section > dl dd { margin: 2px 0 0; font-size: var(--t-xs); line-height: 1.4; color: var(--ink-3); font-weight: 500; text-transform: uppercase; letter-spacing: 0.06em; }
|
|
191
191
|
|
|
192
|
-
/* Category pills
|
|
193
|
-
nav[aria-label] { display: flex; flex-wrap: wrap; gap: var(--g1); margin-bottom: var(--
|
|
192
|
+
/* Category pills */
|
|
193
|
+
nav[aria-label] { display: flex; flex-wrap: wrap; gap: var(--g1); margin-bottom: var(--g4); }
|
|
194
194
|
nav[aria-label] a {
|
|
195
195
|
display: inline-flex; align-items: center; height: 32px; padding: 0 var(--g2);
|
|
196
196
|
border-radius: var(--pill); font-size: var(--t-xs); font-weight: 500;
|