aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-07-29 16:42:54 +0200
committerstonedDiscord <Tukz@gmx.de>2022-07-29 16:42:54 +0200
commit317e9948ca40313871ded798a26cffa16785d154 (patch)
tree74bae13ab59772601820c65db5f544e12d19ce24 /webAO
parenta3c8f2180a38fa30505324a1140c7999076f929b (diff)
fix ddlc redundant text stroke
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/chatbox/ddlc.css10
1 files changed, 1 insertions, 9 deletions
diff --git a/webAO/styles/chatbox/ddlc.css b/webAO/styles/chatbox/ddlc.css
index 01d30e8..57c263e 100644
--- a/webAO/styles/chatbox/ddlc.css
+++ b/webAO/styles/chatbox/ddlc.css
@@ -1,46 +1,37 @@
.text_white {
color: #fff;
- -webkit-text-stroke: 0.04em #523643;
}
.text_blue {
color: #6bc6f7;
- -webkit-text-stroke: 0.04em #523643;
}
.text_green {
color: #00f700;
- -webkit-text-stroke: 0.04em #523643;
}
.text_red {
color: #f00;
- -webkit-text-stroke: 0.04em #523643;
}
.text_orange {
color: #f77339;
- -webkit-text-stroke: 0.04em #523643;
}
.text_yellow {
color: #ff0;
- -webkit-text-stroke: 0.04em #523643;
}
.text_pink {
color: #ffc0cb;
- -webkit-text-stroke: 0.04em #523643;
}
.text_cyan {
color: #0ff;
- -webkit-text-stroke: 0.04em #523643;
}
.text_grey {
color: #bbb;
- -webkit-text-stroke: 0.04em #523643;
}
#client_chatcontainer {
@@ -97,6 +88,7 @@
font-family: "Aller", "OpenSans", sans-serif;
font-size: 1em;
font-weight: 600;
+ -webkit-text-stroke: 0.04em #523643;
word-break: keep-all;
overflow-wrap: break-word;
text-align: left;