added new tournament mode.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user