.gitlab-job-state-failed,
.jenkins-job-state-red,
.jenkins-job-state-red_anime {
  color: #c91a1a;
}

.jenkins-job-state-yellow,
.jenkins-job-state-yellow_anime {
  color: #ccb91275;
}

.gitlab-job-state-success,
.jenkins-job-state-blue,
.jenkins-job-state-blue_anime {
  color: #208b3275;
}

#block-external_redmine_infos fieldset > label {
  font-weight: bold;
}

li.external-label {
  padding-bottom: 4px;
}

li.external-label span.additional-tag-label-color {
  margin-bottom: 0 !important;
}

a.repo-link-title {
  font-weight: bold;
}

.repo-latest-commit-message {
  font-style: italic;
}

div.wiki.devop-tools pre {
  margin-left: 0;
}

div.block-ssl_tool acronym.expires-on.warn-date1,
div.block-hetzner_server_list span.server-deprecated {
  color: var(--a-color-warning);
}

div.block-ssl_tool acronym.expires-on.warn-date2 {
  color: var(--a-color-alert);
}

div.block-ssl_tool acronym.expires-on.invalid,
div.block-ssl_tool span.invalid {
  color: var(--a-color-alert);
  font-weight: bold;
}

.hetzner-protection svg {
  stroke: var(--a-color-info);
}

div.block-hetzner_server_list span.server-offline {
  color: var(--a-color-alert);
}

div.wiki.devop-tools domain:nth-of-type(even) {
  background-color: var(--a-color-black);
}

.remote-commit .commit-hash,
.remote-commit a:link,
.remote-commit a:visited {
  color: grey;
}
