@press2ai/theme-specialist-glossy 0.11.4 → 0.11.6
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/ai.ts +1 -1
- package/src/styles/base.ts +2 -2
- package/src/styles/glossy.css +2 -3
- package/src/styles/profile-article.ts +1 -2
- package/src/templates/layout.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@press2ai/theme-specialist-glossy",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.6",
|
|
4
4
|
"description": "Classless, AI-first glossy theme. 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/ai.ts
CHANGED
package/src/styles/base.ts
CHANGED
|
@@ -36,12 +36,12 @@ a:hover { color: var(--ink); }
|
|
|
36
36
|
small { font-size: var(--t-xs); color: var(--ink-3); }
|
|
37
37
|
strong { color: var(--ink); font-weight: 600; }
|
|
38
38
|
main {
|
|
39
|
-
max-width: var(--container); margin-inline:
|
|
39
|
+
max-width: var(--container); margin-inline: 0;
|
|
40
40
|
padding-inline: var(--pad); padding-top: 0; padding-bottom: 0;
|
|
41
41
|
}
|
|
42
42
|
main:not(:has(> section, > article, > div, > nav)) {
|
|
43
43
|
padding-top: var(--g5); padding-bottom: var(--g5);
|
|
44
|
-
max-width: var(--measure); margin-inline:
|
|
44
|
+
max-width: var(--measure); margin-inline: 0;
|
|
45
45
|
}
|
|
46
46
|
main > * + * { margin-top: var(--g5); }
|
|
47
47
|
@media (max-width: 640px) {
|
package/src/styles/glossy.css
CHANGED
|
@@ -59,12 +59,12 @@ body > header nav a strong { font-size: var(--t-md); font-weight: 700; color: va
|
|
|
59
59
|
|
|
60
60
|
/* Main — systemic gap between blocks, no per-block hacks */
|
|
61
61
|
main {
|
|
62
|
-
max-width: var(--container); margin-inline:
|
|
62
|
+
max-width: var(--container); margin-inline: 0;
|
|
63
63
|
padding-inline: var(--pad); padding-top: 0; padding-bottom: 0;
|
|
64
64
|
}
|
|
65
65
|
main:not(:has(> section, > article, > div, > nav)) {
|
|
66
66
|
padding-top: var(--g5); padding-bottom: var(--g5);
|
|
67
|
-
max-width: var(--measure); margin-inline:
|
|
67
|
+
max-width: var(--measure); margin-inline: 0;
|
|
68
68
|
}
|
|
69
69
|
main > * + * { margin-top: var(--g5); }
|
|
70
70
|
|
|
@@ -269,7 +269,6 @@ section:has(> article[itemscope]) > article[itemscope] > a:last-child {
|
|
|
269
269
|
section:has(> article[itemscope]) > article[itemscope] > a:last-child:hover { color: var(--ink); gap: 4px; }
|
|
270
270
|
|
|
271
271
|
/* Single trainer — Swiss design */
|
|
272
|
-
main:has(> article) { margin-inline: 0; }
|
|
273
272
|
main > article {
|
|
274
273
|
max-width: var(--w-8);
|
|
275
274
|
padding: var(--g5) 0;
|