diff --git a/css/agency.css b/css/agency.css index 87d365a..2c2fa47 100644 --- a/css/agency.css +++ b/css/agency.css @@ -367,7 +367,7 @@ section h3.section-subheading { width: 100%; height: 100%; opacity: 0; - background: rgba(0,0,0,.9); + background: rgba(254,209,54,.9); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; @@ -839,6 +839,11 @@ ul.social-buttons li a:active { transform: rotate(90deg); } +.portfolio-modal .modal-backdrop { + display: none; + opacity: 0; +} + ::-moz-selection { text-shadow: none; background: #fed136; diff --git a/less/agency.less b/less/agency.less index f4610fa..fb25764 100644 --- a/less/agency.less +++ b/less/agency.less @@ -697,6 +697,10 @@ ul.social-buttons { } } } + .modal-backdrop { + opacity: 0; + display: none; + } } // Highlight Color Customization