@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.
- package/dist/Visuals/lyne.css +7 -0
- package/package.json +1 -1
- package/src/Visuals/lyne.css +7 -0
package/dist/Visuals/lyne.css
CHANGED
|
@@ -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
package/src/Visuals/lyne.css
CHANGED
|
@@ -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 {
|