You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
259 B

13 years ago
@import "compass/css3/border-radius";
@import "compass/css3/box-shadow";
@import "compass/css3/text-shadow";
.navbar .brand {
13 years ago
color: #53d4ff;
@include text-shadow(
0 1px 0 rgba(0, 0, 0, 0.6),
0 0 10px rgba(143, 181, 200, .7)
);
13 years ago
}