Better CSS for the JSON editor
This commit is contained in:
parent
25bbc0c748
commit
4e834766ac
8 changed files with 271 additions and 9 deletions
|
|
@ -3,6 +3,11 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/css/{{ .VERSION }}/main.css">
|
||||
<script type="text/javascript">
|
||||
function showError(err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue