diff --git a/src/interface/web/index.html b/src/interface/web/index.html
index 8c13a235..66ca85e1 100644
--- a/src/interface/web/index.html
+++ b/src/interface/web/index.html
@@ -173,14 +173,14 @@
Khoj
-
+
-
+
-
+
@@ -216,8 +216,8 @@
body {
padding: 0px;
margin: 0px;
- background: #eee;
- color: #888;
+ background: #f8fafc;
+ color: #475569;
text-align: center;
font-family: roboto, karma, segoe ui, sans-serif;
font-size: 20px;
@@ -230,7 +230,7 @@
}
h1 {
font-weight: 200;
- color: #888;
+ color: #017eff;
}
#options {
@@ -241,7 +241,11 @@
#options > * {
padding: 15px;
border-radius: 5px;
- border: 1px solid #ccc;
+ border: 1px solid #475569;
+ background: #f9fafc
+ }
+ .option:hover {
+ box-shadow: 0 0 11px #aaa;
}
#options > select {
margin-right: 10px;
@@ -268,7 +272,7 @@
.image {
width: 20vw;
border-radius: 10px;
- border: 1px solid #ccc;
+ border: 1px solid #475569;
}
#json {
white-space: pre-wrap;
@@ -296,16 +300,16 @@
padding: 3.5px 3.5px 0;
margin-right: 5px;
border-radius: 5px;
- background-color: #ed6f00;
+ background-color: #eab308;
font-size: medium;
}
span.music-task-status.todo,
span.task-status.todo {
- background-color: #048ba8
+ background-color: #3b82f6
}
span.music-task-status.done,
span.task-status.done {
- background-color: #06a77d;
+ background-color: #22c55e;
}
span.music-task-tag,
span.task-tag {
@@ -313,7 +317,8 @@
padding: 3.5px 3.5px 0;
margin-right: 5px;
border-radius: 5px;
- background-color: #bbb;
+ border: 1px solid #475569;
+ background-color: #ef4444;
font-size: small;
}