Regenerated

This commit is contained in:
2026-04-13 16:47:03 +02:00
parent 83e8c90353
commit 4971899f00
3 changed files with 366 additions and 366 deletions
+10 -10
View File
@@ -11,16 +11,16 @@
#main {
background-color: @base;
border: 1px solid @surface0;
border-radius: 10px; /* Rounded corners */
border-radius: 30px; /* Rounded corners */
padding: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
#input {
background-color: @surface0;
color: @text;
border: 1px solid @surface1;
border-radius: 10px; /* Rounded corners */
border-radius: 30px; /* Rounded corners */
padding: 5px 10px;
margin-bottom: 10px;
}
@@ -30,33 +30,33 @@
200,
200,
200,
0.2
0.6
); /* very light grey, very transparent */
color: @text;
border-radius: 10px;
border-radius: 30px;
padding: 5px 10px;
margin: 2px 0;
}
#entry:focus {
background-color: @surface1;
background-color: @surface0;
color: @lavender;
border-radius: 10px; /* Rounded corners */
border-radius: 30px; /* Rounded corners */
}
#entry:selected {
background-color: @surface0;
color: @text;
border-radius: 10px; /* Rounded corners */
border-radius: 30px; /* Rounded corners */
}
#scrollbar {
background-color: @surface0;
border-radius: 10px; /* Rounded corners */
border-radius: 30px; /* Rounded corners */
width: 8px;
}
#scrollbar.handle {
background-color: @blue;
border-radius: 10px; /* Rounded corners */
border-radius: 30px; /* Rounded corners */
}