#welcome-screen img:first-of-type {
    height: auto; 
    width: 75%;
    border-radius: 1.5rem;
}

#chat-profiles img:first-of-type {
    display: none;
}

div[role=option] img
{
    display: none;
}

#welcome-screen div.prose:first-of-type {
    padding-top: .5rem;
}

#header {
    background-color: hsl(var(--primary));
}

#header .text-muted-foreground, #header button, #header input, #header optgroup, #header select, #header textarea {
    color: white;
}

#header .ring-offset-background:hover {
    color: hsl(var(--primary));
}

#header img[class~="h-6"] {
    display: none;
}

.bg-accent {
    background-color: hsl(var(--secondary));
}