fix(plugins/languages): improved timeout messages (#1004) [skip ci]

This commit is contained in:
Simon Lecoq
2022-04-23 19:15:42 +02:00
committed by GitHub
parent e3fcd61fce
commit 846be4bb46
3 changed files with 38 additions and 6 deletions

View File

@@ -276,6 +276,12 @@
justify-content: flex-end;
font-size: 12px;
}
.footnote.warning {
color: #D79533;
}
.footnote.warning svg {
fill: #D79533;
}
/* Follow-up */
.followup.legend {