Sha256: 889357ce920a78e5c9a2b38790bf311f044ea2c233ccc80ea7bc1171bd8305dc
Contents?: true
Size: 527 Bytes
Versions: 17
Compression:
Stored size: 527 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("reset.css"); /* Set a very futuristic style by default */ * { color: green; font-family: Monospace; border: 1px solid; } /* Make sure selections are visible */ :selected { background-color: darkGreen; color: black; }
Version data entries
17 entries across 17 versions & 1 rubygems