101 current 2024-03-01 15:05:20 24.05.20240228.9099616 6.6.18 *

This commit is contained in:
zackartz 2024-03-01 15:05:25 -05:00
parent d45e53cd03
commit fca485a759

View file

@ -33,11 +33,11 @@ with theme.colors; {
} }
#window { #window {
background: #${muted}; background: #${surface};
margin: auto; margin: auto;
padding: 10px; padding: 10px;
border-radius: 20px; border-radius: 20px;
border: 5px solid #${rose}; border: 5px solid #${love};
} }
#input { #input {
@ -60,7 +60,7 @@ with theme.colors; {
} }
#entry:selected { #entry:selected {
background-color: #${gold}; background-color: #${subtle};
} }
#text { #text {