File diff 000000000000 → 000000000000
projects/SEFM2020/output/static/css/custom.css
Show inline comments
 
new file 100644
 
body {
 
    background-color: white;
 
}
 

	
 
H1,H3,H4,H5 {
 
    color: #cf7977;
 
}
 

	
 
.container H4,H5 {
 
    color: #cf7977;
 
    font-weight: bold;
 
    padding-top:20px;
 
    padding-bottom:5px;
 
}
 

	
 
a {
 
    color: #336699;
 
}
 

	
 
.jkl {
 
    color: #cf7977;
 
    font-style: oblique;
 
}
 

	
 
html * { 
 
    font-family: Cambria,Georgia,serif; 
 
}