Skip to content

Commit f9f32fa

Browse files
committed
style(index.html): Format file
1 parent 3f21f20 commit f9f32fa

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

index.html

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -14,8 +14,18 @@
1414
body {
1515
background-color: #0b1622;
1616
color: rgb(159, 173, 189);
17-
font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
18-
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
17+
font-family:
18+
Roboto,
19+
-apple-system,
20+
BlinkMacSystemFont,
21+
Segoe UI,
22+
Oxygen,
23+
Ubuntu,
24+
Cantarell,
25+
Fira Sans,
26+
Droid Sans,
27+
Helvetica Neue,
28+
sans-serif;
1929
}
2030

2131
main {
@@ -29,7 +39,8 @@
2939
top: 50%;
3040
left: 50%;
3141
transform: translate(-50%, -50%);
32-
box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.1),
42+
box-shadow:
43+
0 0 8px -2px rgba(0, 0, 0, 0.1),
3344
0 6px 20px -3px rgba(0, 0, 0, 0.2);
3445
}
3546

@@ -259,7 +270,7 @@ <h2>Username</h2>
259270

260271
<script>
261272
const themeQueryParameter = new URLSearchParams(
262-
window.location.search
273+
window.location.search,
263274
).get("theme");
264275
const defaultConfiguration = {
265276
id: new URLSearchParams(window.location.search).get("id") || "demo",

0 commit comments

Comments
 (0)