.humburger span {
background-color: #e60136;
}
h2 {
margin-top: 0px;
border-left-style: solid;
border-left-width: 5px;
border-left-color: #e60136;
padding-left: 10px;
}
.entry-content table th {
background-color: #171930;
border-color: #e60136;
}
.entry-content table td {
background-color: #202133;
border-color: #e60136;
}
.spoiler-box {
background-color: #8a3749;
border-radius: 10px;
overflow: hidden;
}
.spoiler-box__title {
font-weight: bold;
}
.spoiler-box__body {
background-color: #202133;
}
.entry-content ul:not([class]),
.entry-content ol:not([class]) {
background-color: #171930;
border-radius: 10px;
padding-left: 10px;
padding-right: 10px;
}
.wp-caption img[class*=wp-image-] {
border-radius: 10px;
border-style: solid;
border-width: 2px;
border-color: #8a3749;
}
.table-of-contents {
background-color: #171930 !important;
border-radius: 10px;
}
.top-menu ul li>span:hover {
color: #e60136;
}
.main-navigation ul li .removed-link:hover {
color: #e60136;
}