/* ==UserStyle==
@name           Darkest mode for google
@namespace      github.com/openstyles/stylus
@version        1.1
@description    A fully black style
@author         Obelous
@preprocessor   stylus
@license        MIT
@downloadURL none
==/UserStyle== */


@-moz-document domain("google.com") {

body, body.srp {
  background: #000000;
}

.c93Gbe, .Ww4FFb, .appbar, .sfbg, .minidiv .sfbg, .wH6SXe, .dG2XIf, .XzTjhb, .f6F9Be, .JiJthb {
  background: #000000 !important;
}

#gb {
  background-color: #000000 !important;
}

.RNNXgb {
   background: #000000;
   border: 1px solid #5f6368;
   border-radius: 24px;
}

.WggQGd{
  color: #ffffff;
}
}