We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b78216 + 7f132ca commit 6e16a60Copy full SHA for 6e16a60
frontend/index.html
@@ -2,9 +2,8 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Vite + Svelte + TS</title>
+ <title>AtCoder Random Picker</title>
8
</head>
9
<body>
10
<div id="app"></div>
frontend/src/output.css
@@ -405,10 +405,6 @@
405
font-size: var(--text-xl);
406
line-height: var(--tw-leading, var(--text-xl--line-height));
407
}
408
- .text-xs {
409
- font-size: var(--text-xs);
410
- line-height: var(--tw-leading, var(--text-xs--line-height));
411
- }
412
.leading-none {
413
--tw-leading: 1;
414
line-height: 1;
0 commit comments