32 lines
423 B
HTML
32 lines
423 B
HTML
<!-- style overrides for dartdoc -->
|
|
<style>
|
|
header {
|
|
background-color: #917FFF;
|
|
}
|
|
|
|
body {
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
color: #111;
|
|
background-color: #fdfdfd;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-weight: 300;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 42px !important;
|
|
letter-spacing: -1px;
|
|
line-height: 1;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 32px;
|
|
}
|
|
|
|
pre > code {
|
|
font-size: 14px;
|
|
}
|
|
</style>
|