adds initial dotfiles
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
entry {
|
||||
background-color: #131d13;
|
||||
color: #c0c0c0;
|
||||
border: 1px solid #0b110b;
|
||||
border-radius: 8px;
|
||||
padding: 1px 2px;
|
||||
caret-color: #1c7a44;
|
||||
}
|
||||
|
||||
entry:focus {
|
||||
border-color: #1c7a44;
|
||||
box-shadow: inset 0 0 0 1px #1c7a44;
|
||||
}
|
||||
|
||||
entry:disabled {
|
||||
background-color: #080c08;
|
||||
color: #424a42;
|
||||
border-color: #424a42;
|
||||
}
|
||||
Reference in New Issue
Block a user