Skip to content

Commit 70821fb

Browse files
committed
CSS: Change single to double quotes in root.css
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent 9661742 commit 70821fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/css/root.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:root {
22
--v-font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji";
3-
--v-font-family-mono: ui-monospace, 'SFMono-Regular', Menlo, Consolas, 'Liberation Mono', monospace;
3+
--v-font-family-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, "Liberation Mono", monospace;
44
}
55

66
/* HTML Body: Fonts, Color Schemes, Loading, and Scrollbar Styles */

0 commit comments

Comments
 (0)