@press2ai/theme-specialist-glossy 0.5.4 → 0.5.5
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@press2ai/theme-specialist-glossy",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
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
|
@@ -73,7 +73,7 @@ body > footer a { color: var(--violet); }
|
|
|
73
73
|
/* Hero */
|
|
74
74
|
hgroup {
|
|
75
75
|
position: relative; text-align: center; isolation: isolate; overflow: hidden;
|
|
76
|
-
padding: var(--
|
|
76
|
+
padding: var(--g6) var(--pad) var(--g5);
|
|
77
77
|
margin: 0 calc(50% - 50vw) var(--g6) calc(50% - 50vw);
|
|
78
78
|
background:
|
|
79
79
|
radial-gradient(ellipse 70% 50% at 20% 30%, var(--violet-glow) 0%, transparent 60%),
|
|
@@ -329,7 +329,7 @@ form:not([role="search"]) button[type="submit"]:hover { background: var(--ink);
|
|
|
329
329
|
@media (max-width: 640px) {
|
|
330
330
|
:root { --pad: var(--g3); }
|
|
331
331
|
main { padding: 0 var(--pad) var(--g4); }
|
|
332
|
-
hgroup { padding: var(--
|
|
332
|
+
hgroup { padding: var(--g5) var(--pad) var(--g4); }
|
|
333
333
|
section:has(> article[itemscope]) { grid-template-columns: 1fr; }
|
|
334
334
|
section > ol { grid-template-columns: 1fr; }
|
|
335
335
|
section > dl { grid-template-columns: 1fr; max-width: 100%; padding: var(--g3); }
|