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

Commit

Permalink
Merge branch 'feature/64-return-old-motto-style' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dvislov committed Feb 14, 2013
2 parents c279639 + 0c45cd1 commit e3a65f0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app/assets/stylesheets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ header .info {
padding-top: 44px;
}
header .info h3 {
color: #7c7852;
color: #d4724b;
text-transform: uppercase;
font-family: Arial;
font-size: 30px;
font-weight: bold !important;
}
header .info h3 .color {
color: #7c7852 !important;
}
.content h1 {
font: bold 72px/60px Arial, sans-serif !important;
Expand Down

0 comments on commit e3a65f0

Please sign in to comment.