Skip to content

Commit 7ec8cb7

Browse files
author
jordanmccullough
committed
Add header text shadow, line for differentiation/pop
1 parent c89fe86 commit 7ec8cb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_stylesheets/curriculum-beta.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,16 @@ html, body{
4949
font-size: 400%;
5050
line-height: 1.25em;
5151
margin-bottom: .5em;
52+
text-shadow: 0 1px rgba(0,0,0,.1);
5253
}
5354

5455
h4{
5556
font-size: 250%;
57+
line-height: 1.35em;
5658
margin-bottom: .5em;
59+
text-shadow: 0 1px rgba(0,0,0,.1);
5760
color: $mono-dark;
61+
border-bottom: solid 1px $mono-light;
5862
}
5963

6064
p{

0 commit comments

Comments
 (0)