UNPKG

qunit-dark

Version:
23 lines (16 loc) 780 B
# QUnit Dark Theme [![NPM](https://nodei.co/npm/qunit-dark.png?mini=true)](https://nodei.co/npm/qunit-dark/) Yet another Qunit theme ## Usage 1. Install this plugin (either as git submodule, as npm dependency, or otherwise) 2. Remove `<link rel="stylesheet" href="qunitjs/qunit/qunit.css">` 3. Add `<link rel="stylesheet" href="qunit-dark/qunit-dark.css">` 4. 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. ### Example 1 ![Screenshot of v1.0.0](http://royriojas.com/resources/img/demo1.png) ### Example 2 ![Screenshot of v1.0.0](http://royriojas.com/resources/img/demo2.png) ### Example 3 ![Screenshot of v1.0.0](http://royriojas.com/resources/img/demo3.png)