/* Header mauve lttng */
.page-header {
    background: rgb(134, 96, 180);
}

/* Une ben belle taupe */
#jenkins-head-icon {
    content:url("/userContent/logo-80.png");
}

/* Mauve all the things! */
:root {
  --tab-link-checked-bg: rgb(134, 96, 180);
  --bigtable-header-bg: rgb(134, 96, 180);
  --tab-link-text-color: #2f1f42;
  --breadcrumbs-text-color: #2f1f42;
}

/**
:root {
  --tab-link-checked-bg: #2f1f42;
  --bigtable-header-bg: #2f1f42;
}
**/


/* I want my black background console back */
/**
.console-output, .console-output * {
    background: #222;
    color: #e9eded !important;
}
**/
