@open-file-viewer/core 0.1.17 → 0.1.18
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/README.md +6 -6
- package/dist/index.cjs +22 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +22 -11
- package/dist/index.js.map +1 -1
- package/dist/style.css +2 -0
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -3729,6 +3729,7 @@
|
|
|
3729
3729
|
max-width: 100%;
|
|
3730
3730
|
min-width: max-content;
|
|
3731
3731
|
background: transparent !important;
|
|
3732
|
+
color: var(--ofv-text);
|
|
3732
3733
|
font-family: var(--ofv-font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);
|
|
3733
3734
|
font-size: calc(13px * var(--ofv-text-zoom, 1));
|
|
3734
3735
|
line-height: 1.6;
|
|
@@ -4078,6 +4079,7 @@
|
|
|
4078
4079
|
overflow: auto;
|
|
4079
4080
|
font-size: 85%;
|
|
4080
4081
|
line-height: 1.45;
|
|
4082
|
+
color: var(--ofv-text);
|
|
4081
4083
|
background-color: var(--ofv-surface-muted);
|
|
4082
4084
|
border-radius: 6px;
|
|
4083
4085
|
}
|