@things-factory/shell 7.0.1-beta.22 → 7.0.1-beta.23
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.
@@ -139,15 +139,13 @@ body {
|
|
139
139
|
--legend-font: bold 16px var(--theme-font);
|
140
140
|
}
|
141
141
|
|
142
|
+
body.dark {
|
143
|
+
caret-color: white;
|
144
|
+
}
|
145
|
+
|
142
146
|
@media only screen and (max-width: 460px) {
|
143
147
|
body {
|
144
148
|
/* subtitle style */
|
145
149
|
--subtitle-margin: 0;
|
146
150
|
}
|
147
151
|
}
|
148
|
-
|
149
|
-
@media (prefers-color-scheme: dark) {
|
150
|
-
body {
|
151
|
-
caret-color: white;
|
152
|
-
}
|
153
|
-
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/shell",
|
3
|
-
"version": "7.0.1-beta.
|
3
|
+
"version": "7.0.1-beta.23",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -134,5 +134,5 @@
|
|
134
134
|
"pg": "^8.7.3",
|
135
135
|
"sqlite3": "^5.0.8"
|
136
136
|
},
|
137
|
-
"gitHead": "
|
137
|
+
"gitHead": "b27d9abe4e96c79485172e955f6388eda35c3f13"
|
138
138
|
}
|