Created
August 21, 2012 00:09
-
-
Save alexbaldwin/3409585 to your computer and use it in GitHub Desktop.
Blue Steel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
header { | |
$bg: rgb(13, 100, 159); | |
border-top: 1px solid lighten($bg, 10%); | |
border-bottom: 1px solid darken($bg, 10%); | |
@include linear-gradient($bg, darken($bg, 5%)); | |
h4 { | |
color: #fff; | |
text-shadow: 0 1px rgba(0,0,0,.3); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment