darabos commited on
Commit
f45aace
·
1 Parent(s): 52ec402

Start moving toward oklch().

Browse files
web/src/LynxKiteNode.svelte CHANGED
@@ -87,13 +87,13 @@
87
  height: 100%;
88
  }
89
  .title {
90
- background: #ff8800;
91
  font-weight: bold;
92
  padding: 8px;
93
  }
94
  .handle-name {
95
  font-size: 12px;
96
- color: #840;
97
  text-align: right;
98
  white-space: nowrap;
99
  position: absolute;
 
87
  height: 100%;
88
  }
89
  .title {
90
+ background: oklch(75% 0.2 55);
91
  font-weight: bold;
92
  padding: 8px;
93
  }
94
  .handle-name {
95
  font-size: 12px;
96
+ color: oklch(25% 0.2 55);
97
  text-align: right;
98
  white-space: nowrap;
99
  position: absolute;
web/src/NodeSearch.svelte CHANGED
@@ -78,7 +78,7 @@
78
  cursor: pointer;
79
  }
80
  .search-result.selected {
81
- background-color: #f80;
82
  border-radius: 4px;
83
  }
84
  .node-search {
 
78
  cursor: pointer;
79
  }
80
  .search-result.selected {
81
+ background-color: oklch(75% 0.2 55);
82
  border-radius: 4px;
83
  }
84
  .node-search {
web/src/NodeWithArea.svelte CHANGED
@@ -46,7 +46,7 @@
46
  <style>
47
  .area {
48
  border-radius: 10px;
49
- border: 3px dashed #f80;
50
  min-width: 400px;
51
  min-height: 400px;
52
  max-width: 800px;
@@ -54,7 +54,7 @@
54
  z-index: 0 !important;
55
  }
56
  .title {
57
- color: #f80;
58
  width: 100%;
59
  text-align: center;
60
  top: -1.5em;
 
46
  <style>
47
  .area {
48
  border-radius: 10px;
49
+ border: 3px dashed oklch(75% 0.2 55);
50
  min-width: 400px;
51
  min-height: 400px;
52
  max-width: 800px;
 
54
  z-index: 0 !important;
55
  }
56
  .title {
57
+ color: oklch(75% 0.2 55);
58
  width: 100%;
59
  text-align: center;
60
  top: -1.5em;