[data-theme="dark"]
  #post .post-copyright {
  /*  background-color: rgb(7 8 10); */
  /*  text-shadow: #bfbeb8 1px 0 4px; */
  }
[data-theme="dark"]
  #post .post-copyright {
    border: 1px solid rgb(33 123 23 / 35%); /*1px solid rgb(19 18 18 / 35%);*/
  }
[data-theme="dark"]
  .post-copyright-info {
    color: #e0e0e4;
  }
#post .post-copyright__title{
    font-size:22px;
}
#post .post-copyright__notice{
    font-size:15px;
}