.forum:hover {
  box-shadow: 0 0 21px 12px blue;
}

.enter:hover {
  box-shadow: 0 0 21px 12px red;
}

.forum {
  font-weight: bold;
}

.enter {
  font-weight: bold;
}

.table-of-contents.open {
  border-radius: 15px;
  background: linear-gradient(to right, #e38989, #dd5f5f);
  color: #000000;
}

.table-of-contents ol li a {
  color: #0619c2;
  font-weight: bold;
}

.entry-content blockquote.warning {
  border-radius: 15px;
  color: #ededed;
  font-weight: bold;
  font-style: italic;
}

h1 {
  text-align: center;
  color: #ffffff;
}

h2 {
  color: #4b65c7;
}

.spoiler-box__title.js-spoiler-box-title {
  background-color: #b35151;
  font-weight: bold;
}

.spoiler-box__body {
  background-color: #6198bf;
  font-style: italic;
}

.btn:not(:disabled):not(.disabled) {
  font-weight: bold;
  border-width: 15px;
}

.btn:not(:disabled):not(.disabled):hover {
  font-weight: bold;
  border-width: 15px;
  box-shadow: 0 0 25px 3px red;
}

.dashicons.dashicons-menu-alt.after-menu-image-icons {
  color: #28bd11;
}

.dashicons.dashicons-controls-play.after-menu-image-icons {
  color: #28bd11;
}

.dashicons.dashicons-editor-ul.after-menu-image-icons {
  color: #28bd11;
}

.dashicons.dashicons-groups.after-menu-image-icons {
  color: #28bd11;
}

.dashicons.dashicons-desktop.after-menu-image-icons {
  color: #28bd11;
}

.dashicons.dashicons-products.after-menu-image-icons {
  color: #28bd11;
}

.dashicons.dashicons-info.after-menu-image-icons {
  color: #28bd11;
}

.comment-list .comment-body {
  background-color: #85afc4;
  border-style: solid;
  border-radius: 10px;
  border-color: #e36666;
  padding-top: 6px;
}

.comment-list .comment-content p {
  color: #000000;
}

.comment-list .comment-author {
  color: #9627e6;
}

.avatar.avatar-60.photo.avatar-default {
  margin: 8px;
}

.dashicons.dashicons-smiley.after-menu-image-icons {
  color: #28bd11;
}