qunit-dark
v0.1.5
Published
A kind of dark theme for qunit
Downloads
525
Maintainers
Readme
QUnit Dark Theme
Yet another Qunit theme
Usage
- Install this plugin (either as git submodule, as npm dependency, or otherwise)
- Remove
<link rel="stylesheet" href="qunitjs/qunit/qunit.css">
- Add
<link rel="stylesheet" href="qunit-dark/qunit-dark.css">
- Add
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700' rel='stylesheet' >
Example
See test/index.html
for an example.