diff --git a/src/components/wiki/twc-constellations.vue b/src/components/wiki/twc-constellations.vue
index 09c76451..e9c1ead4 100644
--- a/src/components/wiki/twc-constellations.vue
+++ b/src/components/wiki/twc-constellations.vue
@@ -39,7 +39,7 @@ function parseDesc(desc: string): string {
.twc-constellations-box {
display: flex;
flex-direction: column;
- row-gap: 5px;
+ row-gap: 10px;
}
.twc-constellations-title {
@@ -67,9 +67,11 @@ function parseDesc(desc: string): string {
.twc-constellation-top img {
width: 30px;
height: 30px;
- padding: 2px;
- border-radius: 5px;
- background: var(--common-shadow-4);
+ filter: brightness(0.25);
+}
+
+.dark .twc-constellation-top img {
+ filter: brightness(0.75);
}
.twc-constellation-top span {
diff --git a/src/components/wiki/twc-skills.vue b/src/components/wiki/twc-skills.vue
new file mode 100644
index 00000000..874df4b7
--- /dev/null
+++ b/src/components/wiki/twc-skills.vue
@@ -0,0 +1,69 @@
+
+
+