0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

corrected font sizes and colours

This commit is contained in:
Dave Cranwell 2014-09-29 14:09:22 +01:00
parent 4ac1a656a7
commit 62aa7bff80

View File

@ -18,7 +18,7 @@ ul.listing{
h3{
margin:0;
font-size:0.95em;
font-size:1em;
}
td, th{
@ -156,12 +156,14 @@ ul.listing{
}
.title{
color:darken($color-grey-2, 10%);
h2{
text-transform:none;
margin:0;
font-size:1.15em;
font-weight:600;
color:darken($color-grey-2, 10%);
color:inherit;
line-height:1.5em;
a{