Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download
Project: KOB1
Views: 81
1
/* My CSS for overriding the slidy defaults for MMU lecture slides */
2
3
body
4
{
5
/*font-family: serif;*/
6
background-color: whitesmoke;
7
}
8
9
h1
10
{
11
/* background-color: dimgray !important; */
12
color: dodgerblue;
13
}
14