Fix apv2, WIP

This commit is contained in:
2026-06-06 22:37:29 +02:00
parent c571e6a209
commit c23de0ea66
37 changed files with 199 additions and 118 deletions
+13 -4
View File
@@ -71,11 +71,11 @@
font-size: 0.875rem;
text-align: center;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
option {
background: #1a1a1a;
color: @color-text-light-1;
option {
background: @color-bg-option;
color: @color-text-dark-primary;
}
}
.traits {
@@ -83,6 +83,15 @@
h3, h4 { margin: 0; }
}
.editor,
.editor-content {
color: @color-text-dark-primary;
background: rgba(255, 255, 255, 0.3);
min-height: 6rem;
p { margin: 0.25rem 0; }
}
}
ol#chat-log div.item-card header img,