forked from qunitjs/qunit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/qunitjs/jekyll-theme-amethyst/commits/5479c6b Highlights: * New "Edit this page" link in the footer. * Minor bug fixes and performance improvements. * Sync sitenav with qunitjs.com.
- Loading branch information
Showing
5 changed files
with
33 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
// Amethyst theme variables for QUnit | ||
// https://brand.jquery.org/colors/#qunit-purple | ||
|
||
// Primary purple | ||
$color-vibrant: #9c3493; | ||
// Primary color | ||
// | ||
// Usage: link text color, primary button background. | ||
$color-vibrant: #9c3493; // QUnit Primary Purple (Hue 300) | ||
|
||
// Secondary purple | ||
$color-accent: #390F39; | ||
// Dark shade | ||
// | ||
// Usage: navigation background, heading text color | ||
$color-accent: #390F39; // QUnit Secondary Purple | ||
|
||
// Medium purple, based on 2015 qunitjs.com design | ||
$color-medium: #6a2166; | ||
|
||
// Very light purple (matches hue 300 of primary) | ||
$color-bright: #fbdbfb; | ||
// Bright color | ||
// | ||
// Very close to white, generally within 20 hue points of $color-vibrant, | ||
// and within the following range: `hsl(???, 80-84%, 72-92%)` | ||
// | ||
// Usage: navigation link color, search result highlight background | ||
$color-bright: hsl(300, 80%, 92.2%); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters