Skip to content

Simple Dark Theme by 136MasterNR

Screenshot of Simple Dark Theme

Details

Author136MasterNR

LicenseNo License

Categorywww.games.gr

Created

Updated

Size840 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for games.gr

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Simple Dark Theme
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("games.gr") {
   .mdd-d {
      display: none;
   }
   
   /* bg */
   body {
      background-color: rgb(24, 24, 26);
   }
   .sc-r {
      background-color: rgb(35, 35, 39);
      border-color: rgb(56, 56, 61);
   }
   #shd-wrp {
      background-color: rgb(12, 12, 13);
   }
   #snv-wrp {
      border-bottom-color: rgb(56, 56, 61);
   }
   #ft-wrp footer {
      background-color: rgb(12, 12, 13);
   }
   
   .gl-ft .pgr span a {
      background-color: rgb(12, 12, 13);;
      border-color: rgb(56, 56, 61);
   }
   
   /* text */
   .ti .na {
      color: white;
   }

   .ti .rdr {
      color: lightgray!important;
   }
}

Reviews

No reviews yet.