103 current 2024-03-01 15:08:35 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-03-01 15:08:41 -05:00
parent 21c245c39b
commit 860615816b

View file

@ -26,46 +26,47 @@ with theme.colors; {
};
style = ''
* {
font-family: Iosevka;
color: #${text};
background: transparent;
}
* {
font-family: Iosevka Semibold;
font-size: 14px;
color: #${text};
background: transparent;
}
#window {
background: #${surface};
margin: auto;
padding: 10px;
border-radius: 20px;
border: 5px solid #${love};
}
#window {
background: #${surface};
margin: auto;
padding: 10px;
border-radius: 20px;
border: 5px solid #${love};
}
#input {
padding: 10px;
margin-bottom: 10px;
border-radius: 15px;
}
#input {
padding: 10px;
margin-bottom: 10px;
border-radius: 15px;
}
#outer-box {
padding: 20px;
}
#outer-box {
padding: 20px;
}
#img {
margin-right: 6px;
}
#img {
margin-right: 6px;
}
#entry {
padding: 10px;
border-radius: 15px;
}
#entry {
padding: 10px;
border-radius: 15px;
}
#entry:selected {
background-color: #${subtle};
}
#entry:selected {
background-color: #${subtle};
}
#text {
margin: 2px;
}
#text {
margin: 2px;
}
'';
};
}