Sha256: f995a3646109d7d9028718ae53268d7f42c1336f7e8ffc2ceab551382967b8ca
Contents?: true
Size: 549 Bytes
Versions: 109
Compression:
Stored size: 549 Bytes
Contents
/* You can edit the text in this window to change the * appearance of this Window. * Be careful, if you screw it up, nothing might be visible * anymore. :) */ /* This CSS resets all properties to their defaults values * and overrides all user settings and the theme in use */ @import url("resource://css_basics/reset.css"); /* Set a very futuristic style by default */ * { color: green; font-family: Monospace; border: 1px solid; } /* Make sure selections are visible */ selection { background-color: darkGreen; color: black; }
Version data entries
109 entries across 109 versions & 1 rubygems