Skip to content

Commit 0c6a3e5

Browse files
TheoChevalierflodolo
authored andcommitted
Improve a11y and make results easier to read (#784)
1 parent 8a3343f commit 0c6a3e5

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed
182 KB
Binary file not shown.
129 KB
Binary file not shown.
-179 KB
Binary file not shown.
-126 KB
Binary file not shown.

web/style/transvision.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
@font-face {
2121
font-family: 'Fira Sans UltraLight';
22-
src: url(/fonts/FiraSans/FiraSans-Regular.woff2) format('woff2'),
23-
url(/fonts/FiraSans/FiraSans-Regular.woff) format('woff');
22+
src: url(/fonts/FiraSans/FiraSans-Book.woff2) format('woff2'),
23+
url(/fonts/FiraSans/FiraSans-Book.woff) format('woff');
2424
font-weight: bold;
2525
font-style: normal;
2626
}
@@ -351,9 +351,11 @@ th.select_header a:hover {
351351
}
352352

353353
td {
354+
font-family: 'Fira Sans UltraLight', sans-serif;
355+
font-weight: bold;
356+
font-size: 13px;
354357
padding: 0.5em;
355358
border: 1px solid rgba(0, 0, 0, 0.05);
356-
font-size: 0.9em;
357359
vertical-align: top;
358360
}
359361

@@ -379,7 +381,7 @@ td em.error {
379381

380382
td a.tag {
381383
font-size: 75%;
382-
color: #808080;
384+
color: #333;
383385
background-color: #d1cfd0;
384386
padding: 0.2em 0.4em;
385387
border-radius: 0.25em;

0 commit comments

Comments
 (0)