103 current 2024-03-01 15:08:35 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
21c245c39b
commit
860615816b
1 changed files with 34 additions and 33 deletions
|
|
@ -26,46 +26,47 @@ with theme.colors; {
|
||||||
};
|
};
|
||||||
|
|
||||||
style = ''
|
style = ''
|
||||||
* {
|
* {
|
||||||
font-family: Iosevka;
|
font-family: Iosevka Semibold;
|
||||||
color: #${text};
|
font-size: 14px;
|
||||||
background: transparent;
|
color: #${text};
|
||||||
}
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
#window {
|
#window {
|
||||||
background: #${surface};
|
background: #${surface};
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
border: 5px solid #${love};
|
border: 5px solid #${love};
|
||||||
}
|
}
|
||||||
|
|
||||||
#input {
|
#input {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#img {
|
#img {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry {
|
#entry {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
background-color: #${subtle};
|
background-color: #${subtle};
|
||||||
}
|
}
|
||||||
|
|
||||||
#text {
|
#text {
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue