changed layout and added post install options

This commit is contained in:
Luc Bijl 2023-01-25 17:51:15 +01:00
parent f7220c7ed4
commit 65eb57e473
58 changed files with 648 additions and 2256 deletions

View file

@ -0,0 +1,52 @@
*
{
font-family: 'Montserrat', 'Cantarell', 'Caladea', sans-serif;
font-size: 16px;
font-weight: 400;
}
#window
{
margin: 0px;
border: none;
border-color: rgb(15, 15, 15);
border-radius: 20;
background-color: rgb(15, 15, 15);
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;
}