Saataa andagii !

This commit is contained in:
Lukian 2025-03-09 17:59:28 +01:00
parent 828317089f
commit d3ed83c377
6 changed files with 104 additions and 67 deletions

View file

@ -1,24 +1,24 @@
window {
margin: 5px;
font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
background-color: #32312e;
border-radius: 35px;
border-radius: 15px;
opacity: 1;
}
#input {
margin: 10px;
background: none;
background: none;
border-radius: 25px;
padding: 10px;
color: white;
border: none;
border: none;
}
#input:focus {
box-shadow: none;
box-shadow: none;
}
#inner-box {
@ -26,7 +26,7 @@ window {
}
#outer-box {
margin: 10px;
margin: 10px;
}
#scroll {
@ -34,23 +34,27 @@ window {
}
#entry {
border-radius: 20px;
color: white;
border-radius: 10px;
color: white;
margin: 10px 0px;
padding: 10px;
}
#img {
border-radius: 15px;
margin-right: 20px;
}
#text {
margin: 5px;
}
#entry:selected {
background-color: #E6C873;
color: black;
outline: none;
background-color: #f5c2e7;
color: black;
outline: none;
}
#text:selected {
color: black;
color: black;
}