diff --git a/core/themes/bartik/css/components/comments.css b/core/themes/bartik/css/components/comments.css index 9f22c51..b935be5 100644 --- a/core/themes/bartik/css/components/comments.css +++ b/core/themes/bartik/css/components/comments.css @@ -7,6 +7,9 @@ #content .comment-wrapper h2 { margin-bottom: 1em; } +.field-node--comment { + font-size: 0.931em; +} .comment { margin-bottom: 20px; display: table; diff --git a/core/themes/bartik/css/components/content.css b/core/themes/bartik/css/components/content.css index 5f899f9..8f11f16 100644 --- a/core/themes/bartik/css/components/content.css +++ b/core/themes/bartik/css/components/content.css @@ -154,6 +154,9 @@ h1#page-title { .field-name-field-user-picture img { margin: 0 0 1em; } +.node__links { + font-size: 0.93em; +} ul.links { color: #68696b; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;