First pass at cleaning out the CSS cruft
- Dump unused styles - Use breakpoint mixin for media queries
This commit is contained in:
@@ -292,7 +292,7 @@ button {
|
||||
|
||||
font-style: normal;
|
||||
font-size: 28px;
|
||||
font-family: $base-font;
|
||||
font-family: $serif;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
||||
@@ -40,7 +40,7 @@ $mfp-include-mobile-layout-for-image: true; // Removes pad
|
||||
// Image caption options
|
||||
$mfp-caption-title-color: #f3f3f3; // Caption title color
|
||||
$mfp-caption-subtitle-color: #bdbdbd; // Caption subtitle color
|
||||
.mfp-counter { font-family: $base-font; } // Caption font family
|
||||
.mfp-counter { font-family: $serif; } // Caption font family
|
||||
|
||||
// A11y
|
||||
$mfp-use-visuallyhidden: false;
|
||||
|
||||
Reference in New Issue
Block a user