7 lines
88 B
CSS
7 lines
88 B
CSS
/* #docregion */
|
|
body {
|
|
background: #0147A7;
|
|
color: #fff;
|
|
}
|
|
/* #enddocregion */
|