.ab-list b {
  color: rgb(173, 113, 2);
  font-weight: 900;
}

.theme-btn > .fa-sun {
  display: inline-block;
}
.theme-btn > .fa-moon {
  display: none;
}
.theme-btn.light > .fa-sun {
  display: none;
}
.theme-btn.light > .fa-moon {
  display: inline-block;
}