This commit is contained in:
parent
1ca5e4a3a8
commit
aa5741eafb
8 changed files with 76 additions and 59 deletions
|
|
@ -3,7 +3,8 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>RecordingsViewer</title>
|
||||
<title>Clio</title>
|
||||
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
|
||||
<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=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;0,600;1,300&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap" rel="stylesheet" />
|
||||
|
|
@ -50,12 +51,6 @@
|
|||
|
||||
.mono { font-family: var(--font-mono); }
|
||||
|
||||
/* Quality badge colors */
|
||||
.q-excellent { color: var(--green); }
|
||||
.q-good { color: var(--teal); }
|
||||
.q-fair { color: var(--amber); }
|
||||
.q-poor { color: var(--red); }
|
||||
|
||||
/* Source pill */
|
||||
.source-pill {
|
||||
display: inline-flex; align-items: center; gap: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue