which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.button {
width: 27%;
height: auto;
background-color: #F79205;
padding: 5px;
margin: 0 0 5px 5px;
float: right;
}
.button a {
color: #fff;
text-decoration: underline;
}
.button a:hover {
text-decoration: none;
}
.siteheader .sitetitle:hover {
text-decoration: none;
}
h1.sitetitle {
text-transform: uppercase;
text-shadow: 1px 1px grey;
}
h2.site-description {
text-transform: uppercase;
text-decoration: none;
text-shadow: 1px 1px grey;
}
.site-description {
font-weight: bold;
font-size: 40px;
}