@riboseinc/anafero-cli 0.0.44 → 0.0.46
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/bootstrap.css +4 -0
- package/bootstrap.css.map +2 -2
- package/bootstrap.js +9 -2
- package/bootstrap.js.map +2 -2
- package/build-site.css +4 -0
- package/build-site.mjs +30 -15
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.46.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.44.tgz +0 -0
package/bootstrap.css
CHANGED
|
@@ -31102,6 +31102,10 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31102
31102
|
margin-bottom: 10px;
|
|
31103
31103
|
}
|
|
31104
31104
|
.style_resource {
|
|
31105
|
+
::highlight(search-results) {
|
|
31106
|
+
background-color: #f06;
|
|
31107
|
+
color: white;
|
|
31108
|
+
}
|
|
31105
31109
|
padding: 0 2em 2em;
|
|
31106
31110
|
font-size: 16px;
|
|
31107
31111
|
font-weight: 330;
|