Skip to content

Commit 6e16a60

Browse files
authored
Merge pull request #7 from Twil3akine/fe/dev
update: ページの名前をAtCoder Random Pickerに変更
2 parents 4b78216 + 7f132ca commit 6e16a60

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

frontend/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + Svelte + TS</title>
6+
<title>AtCoder Random Picker</title>
87
</head>
98
<body>
109
<div id="app"></div>

frontend/src/output.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,10 +405,6 @@
405405
font-size: var(--text-xl);
406406
line-height: var(--tw-leading, var(--text-xl--line-height));
407407
}
408-
.text-xs {
409-
font-size: var(--text-xs);
410-
line-height: var(--tw-leading, var(--text-xs--line-height));
411-
}
412408
.leading-none {
413409
--tw-leading: 1;
414410
line-height: 1;

0 commit comments

Comments
 (0)