|
15 | 15 | ********************************************************************************/ |
16 | 16 |
|
17 | 17 | .sprotty-graph { |
18 | | - font-size: 15pt; |
| 18 | + font-size: 14pt; |
19 | 19 | border: none; |
20 | 20 | height: 100%; |
21 | 21 | } |
22 | 22 |
|
23 | 23 | .sprotty-text { |
24 | | - font-size: 12pt; |
| 24 | + font-size: 11pt; |
25 | 25 | text-anchor: middle; |
26 | 26 | } |
27 | 27 |
|
28 | 28 | .sprotty-node { |
29 | 29 | stroke-width: 0; |
30 | | - font-weight: bold; |
| 30 | + font-weight: 600; |
| 31 | + filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.12)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.06)); |
31 | 32 | } |
32 | 33 |
|
33 | 34 | .sprotty-label { |
34 | 35 | stroke-width: 0; |
35 | | - fill: #000; |
| 36 | + fill: #1e293b; |
36 | 37 | font-weight: inherit; |
37 | 38 | text-align: inherit; |
38 | 39 | font-size: 100%; |
39 | 40 | user-select: none; |
40 | 41 | } |
41 | 42 |
|
42 | 43 | .sprotty-label.heading { |
43 | | - font-weight: normal; |
44 | | - font-size: 0.7em; |
45 | | - fill: #f0f3f8; |
| 44 | + font-weight: 500; |
| 45 | + font-size: 0.65em; |
| 46 | + fill: rgba(255, 255, 255, 0.82); |
| 47 | + letter-spacing: 0.02em; |
| 48 | +} |
| 49 | + |
| 50 | +.task .sprotty-label, |
| 51 | +.category .sprotty-label { |
| 52 | + fill: #ffffff; |
| 53 | +} |
| 54 | + |
| 55 | +.task .sprotty-label.heading, |
| 56 | +.category .sprotty-label.heading { |
| 57 | + fill: rgba(255, 255, 255, 0.82); |
46 | 58 | } |
47 | 59 |
|
48 | 60 | .icon path { |
49 | 61 | stroke-width: 0; |
50 | | - fill: #f0f3f8; |
| 62 | + fill: rgba(255, 255, 255, 0.95); |
51 | 63 | } |
52 | 64 |
|
53 | 65 | .icon .icon-background { |
54 | 66 | fill: transparent; |
55 | 67 | } |
56 | 68 |
|
57 | 69 | .task.automated > .sprotty-node { |
58 | | - fill: #5b9fa8; |
| 70 | + fill: #2d8a9a; |
59 | 71 | } |
60 | 72 |
|
61 | 73 | .task.manual > .sprotty-node { |
62 | | - fill: #db8651; |
| 74 | + fill: #c27856; |
63 | 75 | } |
64 | 76 |
|
65 | 77 | .category > .sprotty-node { |
66 | | - fill: #5c87bd; |
| 78 | + fill: #5478a8; |
67 | 79 | } |
68 | 80 |
|
69 | 81 | .category .category > .sprotty-node { |
70 | | - /** Add a border to nested categories, so we can distinguish them */ |
71 | | - stroke: #38679a; |
72 | | - fill: #6f9ad0; |
| 82 | + stroke: #3f6290; |
| 83 | + fill: #6a8fbe; |
73 | 84 | stroke-width: 1; |
74 | 85 | } |
75 | 86 |
|
76 | 87 | .sprotty-edge.weighted.low:not(.selected, .navigable-element, .search-highlighted), |
77 | 88 | .sprotty-edge.weighted.low:not(.selected, .navigable-element, .search-highlighted) .arrow { |
78 | | - stroke: rgb(128, 90, 233); |
| 89 | + stroke: #7088c0; |
79 | 90 | } |
80 | 91 |
|
81 | 92 | .sprotty-edge.weighted.low:not(.selected, .navigable-element, .search-highlighted) .arrow { |
82 | | - fill: rgb(128, 90, 233); |
| 93 | + fill: #7088c0; |
83 | 94 | } |
84 | 95 |
|
85 | 96 | .sprotty-edge.weighted:not(.selected, .navigable-element, .search-highlighted), |
86 | 97 | .sprotty-edge.weighted:not(.selected, .navigable-element, .search-highlighted) .arrow, |
87 | 98 | .sprotty-edge.weighted.medium:not(.selected, .navigable-element, .search-highlighted), |
88 | 99 | .sprotty-edge.weighted.medium:not(.selected, .navigable-element, .search-highlighted) .arrow { |
89 | | - stroke: rgb(98, 60, 193); |
| 100 | + stroke: #5570b5; |
90 | 101 | } |
91 | 102 |
|
92 | 103 | .sprotty-edge.weighted:not(.selected, .navigable-element, .search-highlighted) .arrow, |
93 | 104 | .sprotty-edge.weighted.medium:not(.selected, .navigable-element, .search-highlighted) .arrow { |
94 | | - fill: rgb(98, 60, 193); |
| 105 | + fill: #5570b5; |
95 | 106 | } |
96 | 107 |
|
97 | 108 | .sprotty-edge.weighted.high:not(.selected, .navigable-element, .search-highlighted), |
98 | 109 | .sprotty-edge.weighted.high:not(.selected, .navigable-element, .search-highlighted) .arrow { |
99 | | - stroke: rgb(68, 30, 163); |
| 110 | + stroke: #3a58a8; |
100 | 111 | } |
101 | 112 |
|
102 | 113 | .sprotty-edge.weighted.high:not(.selected, .navigable-element, .search-highlighted) .arrow { |
103 | | - fill: rgb(68, 30, 163); |
| 114 | + fill: #3a58a8; |
104 | 115 | } |
105 | 116 |
|
106 | 117 | .sprotty-comp { |
|
0 commit comments