fix yellow, again...

This commit is contained in:
jahlib
2025-11-01 20:46:28 +03:00
committed by GitHub
parent 2823ec49b6
commit ef56644199
+2 -2
View File
@@ -823,7 +823,7 @@ input[type="text"]:focus {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.opponent-info.current-turn {
.opponent-area.current-turn .opponent-info {
background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
color: #333;
font-weight: 700;
@@ -854,7 +854,7 @@ input[type="text"]:focus {
color: #666;
}
.opponent-info.current-turn .opponent-score {
.opponent-area.current-turn .opponent-info .opponent-score {
color: #555;
font-weight: 600;
}