.wp-admin .comment pre {
  background: pink; /* they forgot the language! */
  padding: 6px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.wp-admin .comment pre[class] {
  background: #fff; /* language (likely) there */
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu{
	background:#5e5e5e!important;
}

/*
#wpbody a{
	color:#5e5e5e!important;
}
*/

#wpadminbar .ab-top-menu>li.hover>.ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item, #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,
#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label, #wpadminbar>#wp-toolbar li.hover span.ab-label,
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu a:hover, #adminmenu li.menu-top>a:focus,
#adminmenu li a:focus div.wp-menu-image:before, #adminmenu li.opensub div.wp-menu-image:before, #adminmenu li:hover div.wp-menu-image:before,
.wp-menu-name:hover
{
	color:#fff!important;	
}

.wp-menu-name{
	color:rgba(255,255,255,.85);	
}

#adminmenu{
	margin:0!important;
}

#adminmenu .menu-icon-comments{
	display: none;
}

/*
#wpcontent, #adminmenuwrap, #screen-meta{
	padding-top:1rem;
}

#screen-meta-links{
	padding-top:.6rem;
}
*/

#wp-admin-bar-site-name > .ab-item,
#wp-admin-bar-site-name > .ab-item:hover{
	background-image:url('../img/logo-inline.png')!important;
	background-size:auto!important;
	background-repeat: no-repeat!important;
	background-position: 10px 9px !important;
	
	text-indent: -9999px;
	min-width: 140px;
	/* text-indent: 2000px; */
}

#wpadminbar{
	/* padding:.75rem 0; */
}

#wp-admin-bar-site-name .ab-item::before{
	content:''!important;
}

#wp-admin-bar-wp-logo{
	display:none;
}