Add support for listing other languages versions in a post header

This commit is contained in:
天クマ 2026-04-19 11:53:24 -03:00
commit 8a5e11234f
6 changed files with 36 additions and 0 deletions

View file

@ -31,6 +31,10 @@ li {
list-style-type: none;
}
li.inlineList {
display: inline;
}
select {
background-color: transparent;
color: white;