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 {
position: absolute;
fill: #ffffff;
stroke: #00000044;
fill: #999999;
stroke: #02023999;
stroke-width: 2px;
left: 50%;
top: 50%;

View File

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