1
0
forked from Kieran/snort

light theme notecreator style

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; padding: 0;
border-radius: 0; border-radius: 0;
margin: 8px 12px; margin: 8px 12px;
background-color: var(--gray-superdark);
min-height: 100px; min-height: 100px;
width: stretch; width: stretch;
width: -webkit-fill-available; width: -webkit-fill-available;

View File

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