63 lines
593 B
CSS
63 lines
593 B
CSS
*
|
|
{
|
|
font-family: FiraCode Nerd Font Mono;
|
|
}
|
|
|
|
window
|
|
{
|
|
margin: 0px;
|
|
border: 1px solid #ffffff;
|
|
background-color: #1d1d1d;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#input
|
|
{
|
|
margin: 5px;
|
|
border: none;
|
|
color: #deddda;
|
|
background-color: #272e33;
|
|
}
|
|
|
|
#inner-box
|
|
{
|
|
margin: 5px;
|
|
border: none;
|
|
}
|
|
|
|
#outer-box
|
|
{
|
|
margin: 5px;
|
|
border: none;
|
|
}
|
|
|
|
#scroll
|
|
{
|
|
margin: 0px;
|
|
border: none;
|
|
}
|
|
|
|
#text
|
|
{
|
|
margin: 5px;
|
|
border: none;
|
|
color: #deddda;
|
|
}
|
|
|
|
#entry
|
|
{
|
|
border-radius: 3px;
|
|
padding: 8px;
|
|
}
|
|
|
|
#entry:selected
|
|
{
|
|
background-color: #272e33;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#img
|
|
{
|
|
margin-right: 5px;
|
|
}
|