[data-theme="dark"] {
    background-color: #030814;
    color: #aeaeae;
}

[data-theme="dark"] a {
    color: #bc7c00;
}

[data-theme="dark"] a:hover {
    color: #bc7c00;
}

[data-theme="dark"] hr { 
  border-width: 2px;
  width: 50%;
  margin: auto;
  border-color: #efefef;
  background-color: #efefef;
  color: #efefef;
} 

[data-theme="dark"] h1 {
    color: #efefef;
}

[data-theme="dark"] h2 {
    color: #efefef;
}

[data-theme="dark"] h3 {
    color: #efefef;
}

[data-theme="dark"] h4 {
    color: #efefef;
}

[data-theme="dark"] h5 {
    color: #efefef;
}

[data-theme="dark"] h6 {
    color: #efefef;
}

[data-theme="dark"] .sun {
    fill: #bc7c00;
    color: #bc7c00;
}

[data-theme="dark"] .publisheddate {
    color: #bc7c00;
}

[data-theme="dark"] .profilecard {
    bgcolor: #000000;
    background-color: #000000;
}





