merged void-laptop and updated void-desktop-install.md

This commit is contained in:
Luc Bijl 2023-04-09 16:06:50 +02:00
parent 0cff788e38
commit bf022064d7
9 changed files with 982 additions and 23 deletions

View file

@ -0,0 +1,52 @@
*
{
font-family: "Roboto";
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);
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;
}