Skip to content

Commit a796270

Browse files
Chore: Refactor of CSS for demo.
1 parent 8d81ee9 commit a796270

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

demo/index.html

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,14 @@
66

77
<meta charset="UTF-8">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9-
9+
1010
<title>Edge Python Demo</title>
1111

1212
<script src="https://cdn.tailwindcss.com"></script>
1313
<script type="module" src="./main.js" defer></script>
1414

1515
<link rel="icon" type="image/svg" href="icon.svg">
16-
17-
<style>
18-
.no-scrollbar::-webkit-scrollbar { display: none; }
19-
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
20-
21-
.code-font {
22-
font-family: 'JetBrains Mono', 'Fira Code', ui-monospace, monospace;
23-
line-height: 1.625;
24-
}
25-
</style>
16+
<link rel="stylesheet" href="./style.css">
2617

2718
</head>
2819

demo/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.no-scrollbar::-webkit-scrollbar { display: none; }
2+
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
3+
4+
.code-font {
5+
font-family: 'JetBrains Mono', 'Fira Code', ui-monospace, monospace;
6+
line-height: 1.625;
7+
}

0 commit comments

Comments
 (0)