Was muss ich ändern, sodass nicht überall alles blau ist, sondern das das Orange ist?
Es soll später diese Farbe haben: FF8C00
Code: Alles auswählen
...
html, body {
color: #ff9c03;
background-color: #ebe0ca;
}
h1 {
color: #FFFFFF;
}
h2 {
color: #28313F;
}
h3 {
border-bottom-color: #CCCCCC;
color: #115098;
}
hr {
border-color: #FFFFFF;
border-top-color: #CCCCCC;
}
...
LG fabi
