Update themes

This commit is contained in:
Oliver Davies 2019-05-08 08:07:01 +01:00
parent e00f87f2f5
commit 168d1a5ee7
98 changed files with 6532 additions and 2223 deletions

View file

@ -15,7 +15,12 @@
display: flex;
flex-wrap: wrap;
.widget {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
width: 100%;
word-wrap: break-word;
@include media(desktop) {
margin-right: calc(3 * #{$size__spacing-unit});
width: calc(50% - (3 * #{$size__spacing-unit}));
@ -25,6 +30,11 @@
.site-info {
color: $color__text-light;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
word-wrap: break-word;
a {
color: inherit;

View file

@ -242,7 +242,7 @@
mix-blend-mode: multiply;
opacity: .7;
/* When image filters are active, a blue overlay is added. */
/* When image filters are active, a blue overlay is added. */
.image-filters-enabled & {
background: $color__link;
opacity: .8;
@ -256,7 +256,7 @@
}
/* Fourth layer: overlay. */
.image-filters-enabled & .site-branding-container:after {
.image-filters-enabled & .site-branding-container:after {
background: rgba(0, 0, 0, 0.35);
mix-blend-mode: overlay;
opacity: 0.5;

View file

@ -30,7 +30,12 @@
.site-branding {
color: $color__text-light;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
position: relative;
word-wrap: break-word;
@include media(tablet) {
margin: 0 $size__site-margins;

View file

@ -50,6 +50,7 @@
.error-404.not-found,
.no-results.not-found {
.page-title,
.page-content {
margin: calc(3 * #{$size__spacing-unit}) #{$size__spacing-unit};

View file

@ -7,7 +7,12 @@
}
.comments-area {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
margin: calc(2 * #{$size__spacing-unit}) $size__spacing-unit;
word-wrap: break-word;
@include postContentMaxWidth();
@include media(tablet) {
@ -127,7 +132,7 @@
.comment-body {
color: $color__text-light;
font-family: $font__heading;
@include font-family( $font__heading );
font-size: $font__size-xs;
font-weight: 500;
margin-top: $size__spacing-unit;
@ -143,7 +148,7 @@
.comment-edit-link {
color: $color__text-light;
font-family: $font__heading;
@include font-family( $font__heading );
font-weight: 500;
}
}
@ -372,7 +377,7 @@
.comment-notes,
label {
font-family: $font__heading;
@include font-family( $font__heading );
font-size: $font__size-xs;
color: $color__text-light;
}

View file

@ -30,7 +30,7 @@
li {
color: $color__text-light;
font-family: $font__heading;
@include font-family( $font__heading );
font-size: calc(#{$font__size_base} * #{$font__size-ratio});
font-weight: 700;
line-height: $font__line-height-heading;
@ -45,7 +45,7 @@
.widget_tag_cloud {
.tagcloud {
font-family: $font__heading;
@include font-family( $font__heading );
font-weight: 700;
}
}