13 lines
157 B
CSS
13 lines
157 B
CSS
|
/*
|
||
|
* %FFILE%
|
||
|
* Copyright (C) %YEAR% %USER%
|
||
|
*
|
||
|
* Distributed under terms of the %LICENSE% license.
|
||
|
*/
|
||
|
|
||
|
body {
|
||
|
%HERE%background: white;
|
||
|
color: black;
|
||
|
}
|
||
|
|