Unify phase titles and improve readability on beige theme

This commit is contained in:
2026-02-02 14:59:34 +01:00
parent dfc48cbe4a
commit 2ed05e45c3
3 changed files with 39 additions and 5 deletions

View File

@@ -58,6 +58,21 @@
min-width: 1280px;
}
.phase-header {
background: rgba(255, 255, 255, 0.9);
border: 1px solid #e3d4bd;
border-radius: 12px;
padding: 12px 16px;
box-shadow: 0 10px 24px rgba(0,0,0,0.1);
margin-bottom: 12px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
}
.phase-header h2 { margin: 0; }
.phase-header .hint { margin: 0; }
.card {
background: rgba(255, 255, 255, 0.9);
border: 1px solid #e3d4bd;
@@ -147,6 +162,14 @@ button.ghost { background: transparent; border-color: #d5c7b5; color: #2c1c0d; }
.results-grid .game-card { border-color: #f0c56b; }
.results-frame {
background: rgba(255, 255, 255, 0.92);
border: 1px solid #e3d4bd;
border-radius: 14px;
padding: 12px;
box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}
/* Slider */
input[type="range"].full-slider {
-webkit-appearance: none;