updated script for Arch

This commit is contained in:
2024-09-17 14:42:51 -04:00
parent c0e4a19227
commit e798cd3bb1
15 changed files with 756 additions and 57 deletions
+40
View File
@@ -0,0 +1,40 @@
* {
font-family: JetBrainsMono;
color: #e5e9f0;
background: transparent;
}
#window {
background: rgba(41, 46, 66, 0.5);
margin: auto;
padding: 10px;
border-radius: 20px;
border: 5px solid #b072d1;
}
#input {
padding: 10px;
margin-bottom: 10px;
border-radius: 15px;
}
#outer-box {
padding: 20px;
}
#img {
margin-right: 6px;
}
#entry {
padding: 10px;
border-radius: 15px;
}
#entry:selected {
background-color: #2e3440;
}
#text {
margin: 2px;
}