diff --git a/app/assets/builds/application.css b/app/assets/builds/application.css index 7f841e3..cbb345c 100644 --- a/app/assets/builds/application.css +++ b/app/assets/builds/application.css @@ -7113,7 +7113,7 @@ a.black { left: 50%; padding: 20px; transform: translate(-50%, -50%); - background: rgba(0, 0, 0, 0.5); + background: rgba(0, 0, 0, 0.7); text-align: center; color: #fff; text-align: center; @@ -7201,6 +7201,11 @@ a.black { height: 1.5em; } +.menu .menu-text { + font-size: 1.4rem; + line-height: 2rem; +} + /*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */ .pswp { --pswp-bg: #000; diff --git a/app/assets/stylesheets/_settings.scss b/app/assets/stylesheets/_settings.scss index aefc2fa..75c2994 100644 --- a/app/assets/stylesheets/_settings.scss +++ b/app/assets/stylesheets/_settings.scss @@ -104,6 +104,8 @@ $global-color-pick-contrast-tolerance: 0; $print-transparent-backgrounds: true; $print-hrefs: true; +$menu-text-font-size: 3.875rem !default; + @include add-foundation-colors; // 2. Breakpoints diff --git a/app/assets/stylesheets/my_styles.scss b/app/assets/stylesheets/my_styles.scss index a1b5326..c0fb3eb 100644 --- a/app/assets/stylesheets/my_styles.scss +++ b/app/assets/stylesheets/my_styles.scss @@ -536,7 +536,7 @@ a.black padding: 20px; transform: translate(-50%, -50%); - background: rgba(0,0,0,0.5); + background: rgba(0,0,0,0.7); text-align: center; color: #fff; @@ -630,4 +630,9 @@ a.black .icon { width: 1.5em; height: 1.5em; +} + +.menu .menu-text { + font-size: 1.4rem; + line-height: 2; } \ No newline at end of file