:root {
  --color-primary: #800000 !important;
  --color-primary-contrast: #ffffff !important;
  --color-primary-dark-1: #6d0000 !important;
  --color-primary-dark-2: #5a0000 !important;
  --color-primary-light-1: #a30000 !important;
  --color-primary-light-2: #fdf2f2 !important;
  --color-header-bar: #1e293b !important;
  --color-header-text: #ffffff !important;
  --color-header-logo: #ffffff !important;
}
body { background-color: #f8fafc; }
.ui.primary.button { background-color: #800000 !important; }
.ui.primary.button:hover { background-color: #5a0000 !important; }
a { color: #800000 !important; }
a:hover { color: #5a0000 !important; }
.navbar { background-color: #1e293b !important; }
.navbar .item, .navbar .navbar-brand { color: #ffffff !important; }

/* Remplacer le logo Gitea par le vrai logo 2SRK */
#navbar-logo img {
  content: url("/assets/img/logo-2srk.png");
  width: auto !important;
  height: 34px !important;
  max-height: 34px;
}
