#page-feed {
    max-width: 768px;
    min-height: 100vh;
}

.page-title {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.5rem;
    color: var(--iridescent-4);
    text-decoration: none;
}
.page-title:hover {
    text-decoration: underline;
}

.page-link {
    color: white;
    line-height: 1;
}

img.page-fav-icon {
    height: 27px;
}

i.page-fav-icon {
    font-size: 27px;
}

.page-link,
.page-site-name {
    font-weight: 300;
    font-size: 0.75rem;
}

.page-image {
    float: left;
    height: 3.75rem;
    border-radius: 0.5rem;
}

.page-star-button:has(.bi-star-fill) {
    box-shadow: 0 0 5px 1px white;
    text-shadow: 0 0 5px white;
}

