update a lot of dotfiles and dirs

This commit is contained in:
João Dias
2024-07-24 20:17:01 -03:00
parent 84b6f1916d
commit c0476113b8
17 changed files with 1260 additions and 70 deletions
+21 -15
View File
@@ -11,48 +11,54 @@
}
#outer-box {
border: 4px solid #1b1b26;
border: 3px solid #1b1b26;
border-radius: 12px;
}
#window {
background-color: var(--base);
border-radius: 10px;
margin-top: 100px;
padding: 6px;
background-color: #1e1e2e;
border-radius: 12px;
}
#text {
font-family: system-ui, sans-serif;
transition: 50ms ease-in;
margin-left: 10px;
}
#text:selected {
color: var(--crust);
color: lightgray;
}
#input {
border-radius: 10px;
border: 2px solid darkgray;
border-radius: 10px;
margin: 4px;
border: 2px solid #11111b;
background-color: var(--base);
background-color: #11111b;
box-shadow: none;
}
#input:selected {
background: white;
}
#scroll {
border-radius: 10px;
border-bottom: 1px solid #1b1b26;
border-radius: 6px 6px;
}
#entry {
padding: 2px 4px;
padding: 0 16px;
margin: 0px 6px;
padding-top: 4px;
padding-top: 6px;
padding-bottom: 4px;
transition: 50ms ease-in;
transition: 80ms ease-in;
font-size: 1em;
font-weight: 500;
font-weight: 600;
border-radius: 12px;
}
#entry:selected {
background-color: #38384a;
border-radius: 6px;
outline: none;
}