@veluai/velu 0.2.24 → 0.2.25

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veluai/velu",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "type": "module",
5
5
  "bin": "./dist/cli.js",
6
6
  "publishConfig": {
@@ -29,6 +29,15 @@
29
29
  box-shadow 0.15s ease;
30
30
  }
31
31
 
32
+ /* Dark mode only: the page bg is near-black and the default border sits
33
+ right on top of it, so the card visually merged into the article. Lift the
34
+ card onto a slightly elevated grey and give it a clearly visible border so
35
+ the "ask a question" control always reads as attached. Light mode unchanged. */
36
+ :root[data-theme="dark"] .velu-ask-bar {
37
+ background: #15171a;
38
+ border-color: #41444a;
39
+ }
40
+
32
41
  /* Cursor in the input → accent border + accent glow ring. */
33
42
  .velu-ask-bar:focus-within {
34
43
  border-color: var(--accent-color);