@press2ai/theme-specialist-glossy 0.4.2 → 0.4.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@press2ai/theme-specialist-glossy",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.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
|
@@ -248,13 +248,13 @@ input[type="text"] {
|
|
|
248
248
|
transition: border-color var(--ease);
|
|
249
249
|
}
|
|
250
250
|
input[type="text"]:focus { outline: none; border-color: var(--violet); box-shadow: 0 0 0 3px rgba(124,92,252,.08); }
|
|
251
|
-
button[type="submit"] {
|
|
251
|
+
form:not([role="search"]) button[type="submit"] {
|
|
252
252
|
margin-top: var(--g3); height: var(--g5); padding: 0 var(--g4);
|
|
253
253
|
border: none; border-radius: var(--pill); background: var(--violet); color: var(--white);
|
|
254
254
|
font-size: var(--t-sm); font-weight: 600; font-family: var(--font); cursor: pointer;
|
|
255
255
|
transition: background var(--ease);
|
|
256
256
|
}
|
|
257
|
-
button[type="submit"]:hover { background: var(--ink); }
|
|
257
|
+
form:not([role="search"]) button[type="submit"]:hover { background: var(--ink); }
|
|
258
258
|
|
|
259
259
|
/* Responsive */
|
|
260
260
|
@media (max-width: 640px) {
|