Skip to content

Commit 5775cf9

Browse files
committed
Fix formatting on stylesheet
Changes to be committed: modified: static/style.css
1 parent babb2b7 commit 5775cf9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

static/style.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@
9797
--dark-external-icon: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' width='10' height='10'><path fill-opacity='0' stroke='%23fff' stroke-width='10' d='m43,35H5v60h60V57M45,5v10l10,10-30,30 20,20 30-30 10,10h10V5z'/></svg>");
9898
--dark-color-scheme: dark;
9999

100-
--icon-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans",
101-
Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
100+
--icon-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
101+
"Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji",
102+
"Segoe UI Emoji";
102103
--icon-font-size: 16px;
103104
--icon-font-weight: normal;
104105
--icon-font-style: normal;

0 commit comments

Comments
 (0)