blob: 0ba6036c764401d1b01b4ac45c652e13f7aae21f (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* rekonq default css properties
* this file will not be considered
* setting a local stylesheet in rekonq config
*/
/* Set background color to white for sites forgetting this */
body{
background-color:#FFFFFF;
}
|