This commit is contained in:
Lukian 2024-10-29 22:08:15 +01:00
parent 02f937b8f3
commit f02f691071
156 changed files with 228 additions and 37 deletions

View file

@ -1 +1,3 @@
hide_scroll=true
hide_scroll=true
width=600

View file

@ -1,35 +1,42 @@
window {
margin: 5px;
font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
background-color: #32312e;
border-radius: 50px;
border-radius: 35px;
opacity: 1;
}
#input {
margin: 20px;
background-color: black;
margin: 10px;
background: none;
border-radius: 25px;
padding: 10px;
color: white;
border: none;
}
#input:focus {
box-shadow: none;
}
#inner-box {
margin: 5px;
margin: 0px;
}
#outer-box {
margin: 20px;
margin: 10px;
}
#scroll {
margin: 20px;
border-radius: 25px;
margin: 10px;
}
#entry {
background-color: #FFD300;
border-radius: 25px;
margin: 15px 0px;
border-radius: 20px;
color: white;
margin: 10px 0px;
padding: 10px;
}
@ -38,9 +45,12 @@ window {
}
#entry:selected {
background-color: #ffe566;
background-color: #E6C873;
color: black;
outline: none;
}
#text:selected {
color: black;
color: black;
}