@ngrok/mantle 0.1.7 → 0.1.8
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/assets/mantle.css +5 -0
- package/package.json +1 -1
package/assets/mantle.css
CHANGED
|
@@ -1405,6 +1405,11 @@
|
|
|
1405
1405
|
--shadow-second: 100%;
|
|
1406
1406
|
}
|
|
1407
1407
|
|
|
1408
|
+
::selection {
|
|
1409
|
+
color: #fff;
|
|
1410
|
+
background: hsl(var(--blue-600));
|
|
1411
|
+
}
|
|
1412
|
+
|
|
1408
1413
|
/**
|
|
1409
1414
|
* prism.js default theme for JavaScript, CSS and HTML
|
|
1410
1415
|
* Based on dabblet (http://dabblet.com)
|