From: Nilesh Deepak Date: Thu, 13 Jul 2017 06:57:14 +0000 (+0530) Subject: 4. Changed the border color of the gallery item to #ccc X-Git-Tag: v0.19.0~1^2~15^2~27^2~1 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/afc1ecafe9d81b439d3fd9947fb1c663841920f9?hp=-c 4. Changed the border color of the gallery item to #ccc --- afc1ecafe9d81b439d3fd9947fb1c663841920f9 diff --git a/resources/assets/sass/styles.scss b/resources/assets/sass/styles.scss index 31777e373..6eb24b8c1 100644 --- a/resources/assets/sass/styles.scss +++ b/resources/assets/sass/styles.scss @@ -285,7 +285,7 @@ $btt-size: 40px; margin-bottom: 32px; height: 330px; overflow: hidden; - border: 1px solid #9e9e9e; + border: 1px solid #ccc; h4 { font-size: 1.2em; text-align: center;