:root { --accent-color: #ef3026; }

body { background-image: url("/assets/img/gw2/gw2_background.avif"); background-image: -webkit-image-set("/assets/img/gw2/gw2_background.avif" type("image/avif"), "/assets/img/gw2/gw2_background.jpeg" type("image/jpeg")); background-image: image-set("/assets/img/gw2/gw2_background.avif" type("image/avif"), "/assets/img/gw2/gw2_background.jpeg" type("image/jpeg")); }

.sidebar { background-image: url("https://lithiumfluorine.eu/files/u/img/dnd-gw2/pattern5_xlowres_red.webp"); background-blend-mode: color-dodge; background-color: #222; border-color: #777; }

#icon-gallery { display: flex; flex-flow: row wrap; gap: 2ch; justify-content: space-around; align-items: center; }

#icon-gallery > div { display: flex; flex-flow: row nowrap; align-items: center; }

#icon-gallery img { height: 8ch; }

#icon-gallery a { font-size: 32px; padding-left: 1ch; }

/*# sourceMappingURL=gw2.css.map */