added new tournament mode.

This commit is contained in:
2025-08-10 10:31:15 +02:00
parent 5c7f255a02
commit 054c81e78e
6 changed files with 1826 additions and 629 deletions
+4 -7
View File
@@ -22,17 +22,14 @@
/* Enhanced Navigation Bar */
.navbar {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
background: white;
color: black;
padding: 12px 25px;
padding: 15px 25px;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 2px solid rgba(102, 126, 234, 0.3);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
height: 60px;
flex-shrink: 0;
border-bottom: 2px solid #ccc;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar-title {