Themes: update list

This commit is contained in:
He4eT 2021-02-28 20:34:12 +05:00
commit 998a73896f
2 changed files with 12 additions and 4 deletions

View file

@ -5,6 +5,7 @@
box-sizing: border-box;
padding: 8px;
color: hsl(0, 0%, 0%, 0.8);
}
.inputBox {
@ -12,7 +13,7 @@
font: inherit;
outline: 0;
border: 2px solid #000;
border: 2px solid hsl(0, 0%, 0%, 0.8);;
padding: 8px;
}
@ -21,7 +22,7 @@
overflow-y: scroll;
box-sizing: border-box;
border: 2px solid #000;
border: 2px solid hsl(0, 0%, 0%, 0.8);;
padding: 8px;
margin-bottom: 8px;
}