light theme notecreator style
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Martti Malmi 2024-01-12 15:22:14 +02:00
parent a9405388c0
commit e0c4b64865
2 changed files with 1 additions and 3 deletions

View File

@ -36,7 +36,6 @@
padding: 0;
border-radius: 0;
margin: 8px 12px;
background-color: var(--gray-superdark);
min-height: 100px;
width: stretch;
width: -webkit-fill-available;

View File

@ -452,8 +452,7 @@ textarea {
.light input[type="text"],
.light input[type="password"],
.light input[type="number"],
.light select,
.light textarea {
.light select {
border: 2px solid var(--border-color);
}