This commit is contained in:
2025-12-20 15:11:29 +00:00
parent 16167648f7
commit 4d2a1c35fe
2 changed files with 4 additions and 3 deletions

View File

@@ -354,13 +354,13 @@
}
.user-name {
color: white;
color: #313c4c;
font-weight: 500;
font-size: 14px;
}
.user-role {
color: rgba(255, 255, 255, 0.7);
color: #313c4c;
font-size: 12px;
}
@@ -573,6 +573,7 @@
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s ease;
color: #313c4c;
}
.language-selector:hover {