but i do not like css

This commit is contained in:
Matthew Connelly 2015-03-14 20:18:19 +00:00
parent ef926c84a6
commit 02f953b8e9
1 changed files with 4 additions and 1 deletions

View File

@ -45,9 +45,12 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
header > h1 { header h1 {
text-shadow: 0px 0px 3px rgba(0,0,0,1); text-shadow: 0px 0px 3px rgba(0,0,0,1);
} }
p > .lead {
text-shadow: 0px 0px 1px rgba(0,0,0,.5);
}
.highlight-bk { .highlight-bk {
background-color:#e8449f; background-color:#e8449f;
padding:1px; padding:1px;