From 1e22c518fe3e48a9e3faa1501dc4b0c6f50566b7 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 30 Jun 2015 09:39:32 -0400 Subject: [PATCH] Editor content class added to page.php. All links therein made bold. --- front-page.php | 2 +- page.php | 2 +- scss/_structure.scss | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/front-page.php b/front-page.php index 38a2387..a86cc4d 100755 --- a/front-page.php +++ b/front-page.php @@ -19,7 +19,7 @@

-
+
diff --git a/page.php b/page.php index 36c3adc..4427fdc 100755 --- a/page.php +++ b/page.php @@ -19,7 +19,7 @@ ?>
-
+
diff --git a/scss/_structure.scss b/scss/_structure.scss index 4150d27..d391035 100755 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -52,6 +52,11 @@ ul, ol, dl { margin-bottom: 0; } } +.editor-content { + a { + font-weight: bold; + } +} p.open { font-family: Open Sans, sans-serif; font-size: 14px; -- 2.17.1