Fix apv2, WIP
This commit is contained in:
+13
-4
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user