silverstripe-cms/css/typography.css

32 lines
365 B
CSS
Raw Normal View History

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