|
|
@ -26,6 +26,7 @@ article,
|
|
|
|
section {
|
|
|
|
section {
|
|
|
|
background: rgba(72, 34, 102, 0.5);
|
|
|
|
background: rgba(72, 34, 102, 0.5);
|
|
|
|
padding: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
transform: rotate(5deg) skew(5deg);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
section > figure,
|
|
|
|
section > figure,
|
|
|
@ -49,7 +50,8 @@ b {
|
|
|
|
font-weight: 900;
|
|
|
|
font-weight: 900;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pagination, .act {
|
|
|
|
.pagination,
|
|
|
|
|
|
|
|
.act {
|
|
|
|
background-color: #e5cbf5;
|
|
|
|
background-color: #e5cbf5;
|
|
|
|
color: #51384a;
|
|
|
|
color: #51384a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|