39 lines
448 B
CSS
39 lines
448 B
CSS
body {
|
|
background-color: #202028;
|
|
color:#ccd;
|
|
}
|
|
h1 {
|
|
color:#ddc;
|
|
}
|
|
h2 {
|
|
color:#ddc;
|
|
}
|
|
h3 {
|
|
color:#ddc;
|
|
}
|
|
h4 {
|
|
color:#ddc;
|
|
}
|
|
h5 {
|
|
color:#ddc;
|
|
}
|
|
h6 {
|
|
color:#ddc;
|
|
}
|
|
#projectname {
|
|
color: #d8f;
|
|
font-weight: bolder;
|
|
}
|
|
#projectnumber {
|
|
color: #aad;
|
|
font-weight: normal;
|
|
}
|
|
#projectbrief {
|
|
color: #dda;
|
|
font-weight: normal;
|
|
font-weight: bold;
|
|
}
|
|
summary {
|
|
font-weight: bold;
|
|
color: #ddc;
|
|
} |