Skip to content

Commit 0976ff9

Browse files
committed
Add a small text shadow to sharpen the hero text.
1 parent 253709f commit 0976ff9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_includes/css/agency.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ fieldset[disabled] .btn-xl.active {
214214
-webkit-transition: all ease .35s;
215215
-moz-transition: all ease .35s;
216216
transition: all ease .35s;
217+
text-shadow: 0px 1px 1px #5c553d;
217218
}
218219

219220
.navbar-default .nav li a:hover,
@@ -289,6 +290,7 @@ header .intro-text .intro-lead-in {
289290
font-size: 22px;
290291
font-style: italic;
291292
line-height: 22px;
293+
text-shadow: 0px 1px 2px #5c553d;
292294
}
293295

294296
header .intro-text .intro-heading {
@@ -298,6 +300,7 @@ header .intro-text .intro-heading {
298300
font-size: 50px;
299301
font-weight: 700;
300302
line-height: 50px;
303+
text-shadow: 0px 1px 2px #5c553d;
301304
}
302305

303306
@media(min-width:768px) {

0 commit comments

Comments
 (0)