@miliastry/quasar 1.0.1 → 1.0.2

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.
@@ -52,6 +52,13 @@
52
52
  border-bottom-color: var(--color-accent, #2EE6E2) !important;
53
53
  }
54
54
 
55
+ /* Forum @mentions — inherit the accent link look, slightly bolder so they
56
+ read as handles rather than plain links. */
57
+ .bbcode-preview-lyne a.bb-mention,
58
+ .bbcode-preview.theme-lyne a.bb-mention {
59
+ font-weight: 600 !important;
60
+ }
61
+
55
62
  /* ─── 45° Cut Panels ────────────────────────────────────────────────────── */
56
63
 
57
64
  .bb-cut-panel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miliastry/quasar",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Quasar Document Engine - Advanced BBCode/Markdown/HTML AST Engine",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -52,6 +52,13 @@
52
52
  border-bottom-color: var(--color-accent, #2EE6E2) !important;
53
53
  }
54
54
 
55
+ /* Forum @mentions — inherit the accent link look, slightly bolder so they
56
+ read as handles rather than plain links. */
57
+ .bbcode-preview-lyne a.bb-mention,
58
+ .bbcode-preview.theme-lyne a.bb-mention {
59
+ font-weight: 600 !important;
60
+ }
61
+
55
62
  /* ─── 45° Cut Panels ────────────────────────────────────────────────────── */
56
63
 
57
64
  .bb-cut-panel {