void-desktop/config-files/wofi/style.css

53 lines
668 B
CSS
Raw Normal View History

2022-08-10 17:13:05 +02:00
*
{
font-family: 'Montserrat', 'Cantarell', 'Caladea', sans-serif;
font-size: 16px;
font-weight: 400;
}
#window
{
margin: 0px;
border: none;
border-color: rgba(0, 0, 0, 0.5);
border-radius: 16;
background-color: rgba(0, 0, 0, 0.5);
2022-08-10 17:13:05 +02:00
color: #dfe2e1;
}
#input
{
margin: 25px;
background-color: 191724;
color: rgb(255, 255, 255);
border-radius: 10px;
border: none;
}
#scroll
{
margin-bottom: 25px;
}
#entry
{
margin: 0px 25px;
}
#entry:selected
{
border-radius: 10px;
border: none;
outline: none;
}
#entry > box
{
margin-left: 15px;
}
#entry image
{
padding-right: 10px;
}