24 lines
208 B
CSS
24 lines
208 B
CSS
* {
|
|
font-size: 16;
|
|
}
|
|
|
|
.header {
|
|
background: #ffffff;
|
|
}
|
|
|
|
.content {
|
|
background: #fafafa;
|
|
}
|
|
|
|
text-box {
|
|
color: #4d4c4c;
|
|
}
|
|
|
|
text-block {
|
|
color: #4d4c4c;
|
|
}
|
|
|
|
light-text {
|
|
color: #dfebf5;
|
|
}
|