Skip to content

Nonogram Tweaks by sethfalco

Screenshot of Nonogram Tweaks

Details

Authorsethfalco

LicenseCC Zero

Categoryhanney

Created

Updated

Size595 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Subjective improvements to Nonogram to make the game more pleasant to play.

  • Makes all labels larger.
  • Makes the difficulty input field curved like the rest of the UI.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Nonogram Tweaks 
@version      20230428.22.53
@namespace    userstyles.world/user/sethfalco
@description  Subjective improvements to Nonogram to make the game more pleasant to play.
@author       sethfalco
@license      CC Zero
==/UserStyle== */
@-moz-document domain("adil.hanney.org") {
  label.vertical,
  label.horizontal {
    font-size: 2em;
  }

  footer #difficultyToggleContainer > label {
    font-size: 1em;
    margin-bottom: .25em;
  }

  input#difficultyToggle {
    height: 2em;
    width: 5em;
    border-radius: .8em;
    padding-right: 1em;
  }
}

Reviews

No reviews yet.