forked from WEB-IB-SS26/development-ib
29 lines
335 B
CSS
29 lines
335 B
CSS
h1 {
|
|
color: goldenrod;
|
|
}
|
|
|
|
.refrain {
|
|
color: green;
|
|
}
|
|
|
|
.strophe{
|
|
color: darkred;
|
|
}
|
|
|
|
.nikolaus-ueberschrift{
|
|
color: goldenrod;
|
|
font-style: italic;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.nikolaus-refrain{
|
|
color: green;
|
|
font-style: italic;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.nikolaus-strophe{
|
|
color: darkred;
|
|
font-style: italic;
|
|
font-weight: bolder;
|
|
} |