Browse Source

Remove hard coded colors

Colin Powell 3 năm trước cách đây
mục cha
commit
c94b48cfc9
1 tập tin đã thay đổi với 0 bổ sung13 xóa
  1. 0 13
      templates/base.html

+ 0 - 13
templates/base.html

@@ -35,19 +35,6 @@
          {% for system in game_systems %}
          .{{system.retropie_slug}} { background: #{{system.get_color}}; }
          {% endfor %}
-         .mame-libretro { background: #111111; }
-         .gba { background: #D5D5D5; color:black;}
-         .megadrive { background: #D03737; }
-         .virtualboy { background: #99aa11; }
-         .psx { background: #E9DD00; color:black; }
-         .ps2 { background:  #111caa; }
-         .pcengine { background: #55b4cc; }
-         .gc { background:  #7461C7; }
-         .snes { background: #A060C7; }
-         .nds { background: #39D0D0; }
-         .nes { background: #656565; }
-         .n64 { background: #C76660; }
-         .scummvm { background: #E8B500; color:black; }
         </style>
         {% block head_extra %}{% endblock %}