mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
8 lines
91 B
CSS
8 lines
91 B
CSS
|
* {
|
||
|
float: none;
|
||
|
background: #fff;
|
||
|
color: #000;
|
||
|
}
|
||
|
|
||
|
|
||
|
body { font-size: 80%; }
|