From 68d3fcf6b15c7331a7b923683f3e82d97914ff6a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 29 Oct 2014 13:08:40 -0400 Subject: [PATCH] Font size changes on gallery --- css/app.css | 6 +++++- scss/site/_structure.scss | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index f9fd4aa..265392f 100644 --- a/css/app.css +++ b/css/app.css @@ -6098,7 +6098,11 @@ article h2 { border-radius: 4px; color: white; font-family: times; - font-size: 18px; } + font-size: 16px; } + #fancybox-title-inside a { + text-decoration: underline; + color: white; + font-style: italic; } #gallery li:first-child .ngg-gallery-thumbnail-box { background-color: orange; } diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index 7b62ea4..6379e26 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -595,9 +595,13 @@ article h2 { background-color: #0568b3; border-radius: 4px; color: white; - font-family: times; - font-size: 18px; + font-size: 16px; + a { + text-decoration: underline; + color: white; + font-style: italic; + } } #gallery li:first-child .ngg-gallery-thumbnail-box { background-color: orange; -- 2.17.1