Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Add a background color to the site description
Browse files Browse the repository at this point in the history
Makes it easier to see with custom backgrounds
  • Loading branch information
jayj committed Jun 12, 2012
1 parent 7a282fa commit 82760f6
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions style.dev.css
Expand Up @@ -1032,24 +1032,15 @@ a.toggle-navbar {
font: 21px 'PT Serif', Georgia, serif; font: 21px 'PT Serif', Georgia, serif;
float: right; float: right;
margin: 15px 20px 0 0; margin: 15px 20px 0 0;
text-shadow: 0 1px 0 #fff;
} }


/* If you have a background image, you might want to use something like this in a child theme */ .custom-background #site-description {
/* #branding { background-color: #568cbb;
background: rgba(255, 255, 255, .6); border-radius: 3px;
} color: #f4f8fb;
padding: 4px 6px;
#site-description { text-shadow: 0 1px 0 #3d719d;
background: rgba(255, 255, 255, .6); }
border-radius: 8px;
color: #222;
margin-top: 5px;
padding: 10px;
text-shadow: none;
-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
box-shadow: 0 0 8px rgba(0,0,0,.3);
}*/


/** /**
* Content * Content
Expand Down

0 comments on commit 82760f6

Please sign in to comment.