aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-03-04 13:05:44 +0100
committerstonedDiscord <Tukz@gmx.de>2023-03-04 13:05:44 +0100
commitb6e8846491307655a209799fec04d9c89c348562 (patch)
tree88f0e2e43fa06cc739103f5d2cf5f5e57b105dc3 /webAO
parentff36a76f4f4be8c92a47f42f382b9b8ecddcc4a4 (diff)
thinner stroke and different angle
Diffstat (limited to 'webAO')
-rw-r--r--webAO/styles/chatbox/trilogy.css2
-rw-r--r--webAO/styles/chatbox/trilogy.svg4
2 files changed, 3 insertions, 3 deletions
diff --git a/webAO/styles/chatbox/trilogy.css b/webAO/styles/chatbox/trilogy.css
index 2bed827..80a7467 100644
--- a/webAO/styles/chatbox/trilogy.css
+++ b/webAO/styles/chatbox/trilogy.css
@@ -50,7 +50,7 @@
height: 20%;
min-width: 10%;
border-image-source: url('trilogy.svg');
- border-image-slice: 4 fill;
+ border-image-slice: 3 fill;
border-image-width: 30px;
position: absolute;
z-index: 1;
diff --git a/webAO/styles/chatbox/trilogy.svg b/webAO/styles/chatbox/trilogy.svg
index 5544199..f3b3131 100644
--- a/webAO/styles/chatbox/trilogy.svg
+++ b/webAO/styles/chatbox/trilogy.svg
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg version="1.1" viewBox="0 0 90 90" xmlns="http://www.w3.org/2000/svg">
-<path transform="matrix(.99608 0 0 .99608 .090012 .090008)" d="m89.763 63.531-26.128 26.189-36.993 0.043265-26.189-26.128-0.043265-36.993 26.128-26.189 36.993-0.043265 26.189 26.128z" fill="#2989bc" stroke="#fff"/>
-</svg> \ No newline at end of file
+<path transform="matrix(.99608 0 0 .99608 .090012 .090008)" d="m89.763 63.531-26.128 26.189-36.993 0.043265-26.189-26.128-0.043265-36.993 26.128-26.189 36.993-0.043265 26.189 26.128z" fill="#2989bc" stroke="#fff" stroke-width=".5"/>
+</svg>