@semanticintent/recall 0.3.12 → 0.3.13
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/dist/generator/html.js +1 -1
- package/package.json +1 -1
package/dist/generator/html.js
CHANGED
|
@@ -91,7 +91,7 @@ p { font-family: var(--font-sans); color: var(--muted); max-width: 680px; margin
|
|
|
91
91
|
p.color-text { color: var(--text); }
|
|
92
92
|
p.color-accent { color: var(--accent); }
|
|
93
93
|
p code { font-family: var(--font-mono); font-size: 0.85em; color: var(--accent); background: rgba(0,255,65,0.07); padding: 1px 6px; border: 1px solid rgba(0,255,65,0.15); }
|
|
94
|
-
.recall-label { display: inline-block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); font-family: var(--font-mono); margin-bottom: 16px;
|
|
94
|
+
.recall-label { display: inline-block; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); font-family: var(--font-mono); margin-bottom: 16px; background: rgba(0,255,65,0.07); padding: 4px 10px; }
|
|
95
95
|
.recall-btn { display: inline-block; padding: 12px 28px; font-family: var(--font-mono); font-size: 13px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; border: none; transition: opacity 0.2s; }
|
|
96
96
|
.recall-btn.primary { background: var(--accent); color: var(--bg); }
|
|
97
97
|
.recall-btn.ghost { background: transparent; border: 1px solid var(--border); color: var(--text); }
|
package/package.json
CHANGED