body {
    /* https://www.publicdomainpictures.net/pictures/620000/nahled/image-17195976103Qn.jpg */
    background-image: url("/assets/background.jpg");
    background-repeat: repeat;
    background-color: var(--background-color);
    color: var(--text-color);
}

/* Used in list/table rows to denote a tag being on the target resource */
.tag {
    display: inline-block;
    padding: 0 0.5rem;
    background-color: gray;
    border-radius: 5px;
}

.hide {
    display: none !important;
}
