@import url("../../shared/product-shell.css");
@import url("../../shared/operations-shell.css");

body[data-theme="hub"] {
  --accent: #2a6fdb;
  --accent-2: #e4573f;
  --accent-3: #36a96a;
  --paper: #f1f4f7;
}

.hub-domain { color: var(--accent); }

.hub-directory .directory-row[data-category="Creative"] .directory-mark { background: #f2c93d; }
.hub-directory .directory-row[data-category="Infrastructure"] .directory-mark { color: #fff; background: #25735c; }
.hub-directory .directory-row[data-category="Knowledge"] .directory-mark { color: #fff; background: #b64b6c; }
.hub-directory .directory-row[data-category="Agents"] .directory-mark { color: #fff; background: #e4573f; }

.hub-directory .directory-row .directory-mark { border: 0; }
