Added "lang level hints"

This commit is contained in:
ericb 2025-01-14 16:29:58 +01:00
parent 6bd18e749b
commit 7d85ae44d8
2 changed files with 48 additions and 1 deletions

View file

@ -465,6 +465,14 @@ table#reports-todo tr:not(:first-of-type) {
.report p:not(.date){
margin-bottom: 0;
}
#lang-level-list{
padding: 0;
list-style-type: none;
}
#lang-level-list h6{
font-weight: 700;
margin-bottom: 0;
}
/* autocomplete */
.autocomplete-suggestions{