/* Change the admin toolbar extra tools module icon to the CC logo instead of the Drupal logo */
.toolbar-icon-9 .toolbar-icon-admin-toolbar-tools-help::before, .toolbar-icon-10 .toolbar-icon-admin-toolbar-tools-help::before {
  background-image: url(../icons/cc.svg)!important;
}
