fix searchbar color on linux

This commit is contained in:
catto 2024-04-21 14:34:59 +02:00
parent 75eb5301fd
commit 52b4ea16c8
2 changed files with 8 additions and 2 deletions

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "snotes-deck",
"version": "0.0.7"
"version": "0.0.8"
},
"tauri": {
"allowlist": {

View File

@ -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 {}