Skip to content

Commit

Permalink
tweak stylesheet import
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Oct 31, 2023
1 parent 9686ea8 commit 6cabaa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="manifest" href="manifest.webapp" />
<link rel="stylesheet" href="content/css/loading.css" />
<link rel="stylesheet" href="content/css/quill.snow.css" />
<link rel="stylesheet" href="content/css/quill.core.css" />
<link type="text/css" href="content/css/loading.css" />
<link type="text/css" href="content/css/quill.snow.css" />
<link type="text/css" href="content/css/quill.core.css" />
<link
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet"
Expand Down

0 comments on commit 6cabaa3

Please sign in to comment.