/* edit-list.css */

input.edit-list-name {
    width: 80%;
    padding: 8px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
    font-weight: bold;
}

img.edit-list-thumbnail {
    width: 120px;
    border: 2px solid white;
    margin-top: 2px;
}

img.edit-list-thumbnail:hover {
    border: 2px solid navy;
}
