@press2ai/theme-specialist-glossy 0.5.3 → 0.5.4
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.5.
|
|
3
|
+
"version": "0.5.4",
|
|
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(--g5) 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%),
|
|
@@ -93,7 +93,7 @@ hgroup::before {
|
|
|
93
93
|
z-index: -1;
|
|
94
94
|
}
|
|
95
95
|
hgroup > * { position: relative; }
|
|
96
|
-
hgroup > p:first-child { display: inline-flex; margin-bottom: var(--
|
|
96
|
+
hgroup > p:first-child { display: inline-flex; margin-bottom: var(--g4); padding: 0; }
|
|
97
97
|
hgroup > p:first-child small {
|
|
98
98
|
display: inline-flex; align-items: center; gap: var(--g1);
|
|
99
99
|
background: rgba(255,255,255,.7); backdrop-filter: blur(8px);
|
|
@@ -102,8 +102,8 @@ hgroup > p:first-child small {
|
|
|
102
102
|
box-shadow: var(--shadow);
|
|
103
103
|
}
|
|
104
104
|
hgroup > p:first-child small::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #00d24a; box-shadow: 0 0 0 3px rgba(0,210,74,.2); }
|
|
105
|
-
hgroup h1 { max-width: 18ch; margin: 0 auto var(--
|
|
106
|
-
hgroup p { font-size: var(--t-md); line-height: 1.55; color: var(--ink-2); max-width: var(--measure); margin: 0 auto
|
|
105
|
+
hgroup h1 { max-width: 18ch; margin: 0 auto var(--g4); color: var(--ink); }
|
|
106
|
+
hgroup p { font-size: var(--t-md); line-height: 1.55; color: var(--ink-2); max-width: var(--measure); margin: 0 auto var(--g4); }
|
|
107
107
|
|
|
108
108
|
/* Hero CTAs */
|
|
109
109
|
.hero-ctas {
|
|
@@ -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(--g4) 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); }
|