chore(translations): board stats, board created

This commit is contained in:
plebeius.eth
2024-03-20 16:58:22 +01:00
parent 995151c242
commit d3b9a1fea3
37 changed files with 286 additions and 50 deletions
@@ -38,4 +38,12 @@
.hideButton:hover {
cursor: pointer;
color: var(--button-text-color-hover);
}
.statValue {
color: var(--button-text-color);
}
.lowercase {
text-transform: lowercase;
}