Color "skins" (#1242)
* Add YIQ Color Contrast mixin * Remove text underline from `.btn` links * Move YIQ variables * Simplify button classes using YIQ color contrast mixin - DRY up button CSS using Sass list and YIQ color contrast mixin. - Move `color` and `background-color` to new `btn--primary` class instead of assinging on the default class. Removes the need to override them. * Add `.btn--primary` to buttons that just had `.btn` * Apply changes to `/docs` * Add `.btn--primary` class * Update CHANGELOG and history * Add sample form * Abstract colors away into Sass variables for easier themeing * Add "dark" skin * Replace hardcoded color with SCSS variable * Invert Font Awesome icons' colors in author sidebar and footer * Add Sass changes to `/docs` * Use primary button type instead of inverse * Add missing `!default` on `$muted-text-color` * Add `contrast` and `sunrise` skin colors * Add `dirt` skin color * Add `air` skin color option * Add `mint` skin color * Add `btn--primary` class to Submit Comment button * Set skin to `default` * Document skin color options * Add note about skin SCSS import Close #1208
@ -4,4 +4,5 @@
|
||||
|
||||
@charset "utf-8";
|
||||
|
||||
@import "minimal-mistakes";
|
||||
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
|
||||
@import "minimal-mistakes"; // main partials
|
BIN
docs/assets/images/air-skin-archive-large.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
docs/assets/images/air-skin-archive.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/assets/images/air-skin-post-large.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
docs/assets/images/air-skin-post.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
docs/assets/images/contrast-skin-archive-large.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
docs/assets/images/contrast-skin-archive.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
docs/assets/images/contrast-skin-post-large.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
docs/assets/images/contrast-skin-post.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/assets/images/dark-skin-archive-large.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
docs/assets/images/dark-skin-archive.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
docs/assets/images/dark-skin-post-large.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
docs/assets/images/dark-skin-post.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
docs/assets/images/dirt-skin-archive-large.png
Normal file
After Width: | Height: | Size: 45 KiB |
BIN
docs/assets/images/dirt-skin-archive.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
docs/assets/images/dirt-skin-post-large.png
Normal file
After Width: | Height: | Size: 72 KiB |
BIN
docs/assets/images/dirt-skin-post.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
docs/assets/images/mint-skin-archive-large.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
docs/assets/images/mint-skin-archive.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/assets/images/mint-skin-post-large.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
docs/assets/images/mint-skin-post.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
docs/assets/images/sunrise-skin-archive-large.png
Normal file
After Width: | Height: | Size: 36 KiB |
BIN
docs/assets/images/sunrise-skin-archive.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
docs/assets/images/sunrise-skin-post-large.png
Normal file
After Width: | Height: | Size: 70 KiB |
BIN
docs/assets/images/sunrise-skin-post.png
Normal file
After Width: | Height: | Size: 16 KiB |