Skip to content

Commit

Permalink
Issue #262 adding article and publication overrides for the ckeditor …
Browse files Browse the repository at this point in the history
…body fields.
  • Loading branch information
maria-thinkshout committed May 15, 2024
1 parent 5c10810 commit 1d73735
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions themes/custom/ts_wrin/sass/ckeditor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@
margin-left: 0;
}
}

.node-publication-form,
.node-article-form {
.field--name-body .ck-content {
@include font($caslon, "regular");
@include font-line-height(20, 24);
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
color: $black;
}
}

0 comments on commit 1d73735

Please sign in to comment.