silverstripe-reports/css/typography.css

35 lines
340 B
CSS
Raw Normal View History

* {
font-family: Arial, Helvetica, sans-serif;
}
p, ul, td, th {
font-size: 12px;
}
p {
color: #666;
}
h1, h2 {
color: #0074c6;
}
h1 {
font-size: 20px;
}
h2 {
font-size: 18px;
}
a {
color: #162f42;
text-decoration: underline;
}
a:hover {
color: #0074c6;
text-decoration: underline;
}
a img {
border-style: none;
}