zero-ai
Version:
Zero Ecotope AI
50 lines (41 loc) • 793 B
CSS
#main h1 {
font-size: 28px ;
font-weight: bold ;
}
#main h2 {
font-size: 24px ;
font-weight: bold ;
}
#main .summary h2 {
font-size: 22px ;
font-weight: normal ;
}
#main h2 code {
color: #ff8626;
font-size: 21px ;
}
#main h3 {
color: #1874CD;
font-size: 20px ;
font-weight: bold ;
}
#main h4 {
font-size: 18px ;
font-weight: bold;
line-height: 2.7em;
}
#main .subsection-title {
color: #2f617f;
font-family: Consolas, monospace;
font-size: 25px ;
}
#main {
font-family: Consolas, monospace;
font-size: 14px ;
}
#main blockquote {
color: #1464b4;
}
table td {
line-height: 1.8em;
}