7 lines
88 B
CSS
Raw Normal View History

/* #docregion */
body {
background: #0147A7;
color: #fff;
}
/* #enddocregion */