15 lines
145 B
CSS
15 lines
145 B
CSS
.header {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.content {
|
|
background: #fafafa;
|
|
}
|
|
|
|
text_box {
|
|
color: #4d4c4c;
|
|
}
|
|
|
|
text-block {
|
|
color: #4d4c4c;
|
|
} |