/* Universal QoL Improvements */

/* better category tabs */
  .category.category-tab {
      display: inline !important;
      flex: auto;
      margin: 1px;
  }


/* Block ads*/
body.dark .malediction{
    display:none;
}
div#promoted_game {
    display: none;
}

/* Make category text easier to read for categories currently not selected*/
body.dark .category-tab{

    color: #B1B1B1;
}

/* Bigger font for leaderboard and categories*/
body.dark .leaderboard-row{
    font-size: 16px;
}

body.dark .category-tab-name{
    font-size: 16px;
}

body.dark .variable-tab
{
    font-size: 16px;
}

.small, small{
    font-size: 100%
}

body.dark .gamemenu{
    font-size: 16px;
}

body.dark .widget-container{
    font-size:16px;
}