fix searchbar color on linux
This commit is contained in:
parent
75eb5301fd
commit
52b4ea16c8
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"package": {
|
||||
"productName": "snotes-deck",
|
||||
"version": "0.0.7"
|
||||
"version": "0.0.8"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
|
||||
.editor {
|
||||
background-color: #41005a;
|
||||
background-color: #1f1f1f;
|
||||
margin-left: 1em;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
@ -97,6 +97,9 @@ button:active {
|
|||
|
||||
#create-tag {
|
||||
margin: 0.5em;
|
||||
|
||||
background-color: #252525;
|
||||
color: #f6f6f6;
|
||||
}
|
||||
|
||||
#create-input {
|
||||
|
@ -224,6 +227,9 @@ button {
|
|||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
|
||||
outline: none;
|
||||
font-size: 16px;
|
||||
|
||||
background-color: #252525;
|
||||
color: #f6f6f6;
|
||||
}
|
||||
|
||||
#note-searchbar::placeholder {}
|
||||
|
|
Loading…
Reference in New Issue