@press2ai/theme-specialist-glossy 0.6.2 → 0.6.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 +1 -1
- package/src/styles/glossy.css +1 -1
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.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",
|
package/src/styles/glossy.css
CHANGED
|
@@ -103,7 +103,7 @@ body > footer a:hover { color: var(--violet); }
|
|
|
103
103
|
hgroup {
|
|
104
104
|
position: relative; text-align: center; isolation: isolate; overflow: hidden;
|
|
105
105
|
padding: var(--g6) var(--pad) var(--g5);
|
|
106
|
-
margin: 0 calc(50% - 50vw)
|
|
106
|
+
margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
|
|
107
107
|
background:
|
|
108
108
|
radial-gradient(ellipse 70% 50% at 20% 30%, var(--violet-glow) 0%, transparent 60%),
|
|
109
109
|
radial-gradient(ellipse 50% 60% at 80% 20%, rgba(13,148,136,.12) 0%, transparent 55%),
|