Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Compile CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr committed Nov 28, 2018
1 parent cadc09f commit 2344caf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ ul.wp-block-archives li ul,
color: #767676;
}

/* Make sure our non-latin font overrides don't overwrite icons in the classic editor toolbar */
/* Make sure our non-latin font overrides don't overwrite the iconfont used in the classic editor toolbar */
.wp-block[data-type="core/freeform"] .mce-btn i {
font-family: dashicons !important;
}
9 changes: 9 additions & 0 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3690,6 +3690,11 @@ body.page .main-navigation {
text-decoration: none;
}

.entry .entry-content .wp-block-archives.aligncenter,
.entry .entry-content .wp-block-categories.aligncenter {
text-align: center;
}

.entry .entry-content .wp-block-categories ul {
padding-top: 0.75rem;
}
Expand Down Expand Up @@ -4042,6 +4047,10 @@ body.page .main-navigation {
margin-bottom: 16px;
}

.entry .entry-content .wp-block-gallery figcaption a {
color: #fff;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4059,6 +4059,10 @@ body.page .main-navigation {
margin-bottom: 16px;
}

.entry .entry-content .wp-block-gallery figcaption a {
color: #fff;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
Expand Down

0 comments on commit 2344caf

Please sign in to comment.