/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 2, 2022, 1:07:47 AM
    Author     : aelef
*/
*,
::before,
::after {
  border-color: white !important;
  box-shadow: none!important;
  text-shadow: none;
  background-color: black !important;
  background-image: none;
  /* Edge does something special with background images but this is still valid for IE & Firefox */
  color: white !important;
}
::selection {
  background: #1aebff !important;
  color: black !important;
}
*,
::before,
::after {
  border-image: none !important;
  list-style-image: none !important;
}
input:focus {
  outline-color: transparent;
  /* overridden to `currentColor` */
  box-shadow: 0 0 3px 1px cornflowerblue;
  /* overridden to `none` */
}
a {
  color: #ffff00 !important;
}
body,
.news-block-one .inner-box .post-date,
.news-block-one .inner-box .post-info li:first-child,
.blog-sidebar .search-widget .form-group button,
.scroll-top {
  color: white !important;
}
.scroll-top.open {
  border: 1px solid white !important;
}
.mobile-nav-toggler {
  background-color: white!important;
}
/*# sourceMappingURL=high-contrast-black.css.map */