tweak: dialogue

This commit is contained in:
cha0s 2024-09-07 10:09:02 -05:00
parent 3bed694b2a
commit de8ff49270
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
.caret { .caret {
position: absolute; position: absolute;
fill: #ffffff; fill: #999999;
stroke: #00000044; stroke: #02023999;
stroke-width: 2px; stroke-width: 2px;
left: 50%; left: 50%;
top: 50%; top: 50%;

View File

@ -1,6 +1,6 @@
.dialogue { .dialogue {
background-color: #02023999; background-color: #02023999;
border: solid 3px white; border: solid 1px #999999;
border-radius: 8px; border-radius: 8px;
color: white; color: white;
left: 0; left: 0;