remove bg on user profiles

This commit is contained in:
Jeff Atwood 2014-09-10 15:06:20 -07:00
parent 18f8038015
commit 86533a322e
2 changed files with 1 additions and 3 deletions

View File

@ -204,7 +204,6 @@
h1, h2 {font-weight: bold;}
.primary-textual {
background: rgba($primary, 0.2);
padding: 3px;
}

View File

@ -152,8 +152,7 @@
width: 90%;
margin: 0 auto;
padding: 4px;
background: rgba($primary, 0.3);
h1, h2 {
margin: 7px;
}