Skip to content

Antiwordle Dark Mode by feiss

Screenshot of Antiwordle Dark Mode

Details

Authorfeiss

LicenseNo License

Categoryantiwordle.com

Created

Updated

Size653 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           www.antiwordle.com - 8/14/2023, 7:30:04 AM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Dark mode
@author         feiss.be
==/UserStyle== */
@-moz-document url-prefix("https://www.antiwordle.com/") {
  body {
    background: #1d1d1d;
    color: #aaa;
  }
  .tile,
  .key {
    color: #111;
    background: #777;
  }
  .gray {
    background: #777;
    color: #111;
  }
  .yellow,.included {
    background: #a39e08;
    color: #111;
  }
  .red,.exact {
    background: #aa240e;
    color: #111;
  }
  .excluded {
    background: #505050;
  }
  button{
    background: #437d4c;
  }
}

Reviews

No reviews yet.