Skip to content

Pulpscript fixes by november

Details

Authornovember

LicenseCC0

Categoryhttps://play.date/pulp/

Created

Updated

Size531 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the font size legible

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Pulpscript fixes
@version      20240228.17.49
@namespace    EN-US
@description  Makes the font size legible
@author       November
@license      CC0
==/UserStyle== */

@-moz-document url-prefix("https://play.date/pulp/") {
html {
    --height: 32px;
}

.ace_editor {
    font: 40px 'Ubuntu Mono', monospace;
}

#mode-script #script-editor div {
    line-height: var(--height) !important;
}

.ace-twilight .ace_comment {
    font-style: normal;
}

.ace_line {
    height: var(--height) !important;
}
}

Reviews

No reviews yet.