/* Reskin du theme colorbox de Sigal pour matcher le reste du site (theme
   sombre), + correctif titres longs qui debordaient de la sidebar */

body {
  background-color: #0b0e17;
  color: #e6e9f0;
}

a { color: #6ea8fe; }
a:hover { color: #9cc2ff; }

.sidebar h1 {
  font-size: 1.4rem;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.2;
}

.sidebar h1 a { color: #e6e9f0; }

nav#menu a { color: #6ea8fe; }

/* "Generated by sigal @ ..." */
.sidebar footer { display: none; }

.thumbnail img {
  border-color: #141a29;
  box-shadow: 0 0 3px #000;
  background: #141a29;
}
.thumbnail img:hover {
  box-shadow: 0 0 6px #6ea8fe;
}

.album_title { color: #9aa4b8; }

#main header,
#main h2,
#main h3 { color: #e6e9f0; }
