/* Custom CSS for Dejen's Leaderboard */
/* This file can override or add styles specific to Dejen's page */

.header {
  background: #0d0f1a;
}

.leaderboard-title {
    /* Example: Make Dejen's title a bit more unique */
    font-style: italic;
    text-decoration: underline;
}

.site-header {
    /* Example: Add a border to Elite Wagers header */
    border: 1px dashed var(--accent-silver);
    padding: 15px;
    border-radius: 8px;
}

/* You can target any element on Dejen's page here */
/* For example, if Dejen wanted different table row colors */
/*
.leaderboard-table tr {
    background-color: #0d0d1a !important;
}
.leaderboard-table tr.top-1 {
    background-color: rgba(255, 193, 7, 0.2) !important;
}
*/