Skip to content

Commit

Permalink
fix dgs
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Feb 14, 2024
1 parent e2a80fc commit 19642ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion public/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ <h2>Volume</h2>
<option value="dynamic" selected>Use characters</option>
<option value="aa">AA</option>
<option value="dd">DD / SoJ</option>
<option value="dgs">DGS</option>
<option value="dgs">Chronicles</option>
<option value="plvsaa">PL vs AA</option>
<option value="trilogy">Trilogy</option>
<option value="future">Future theme</option>
Expand Down
6 changes: 3 additions & 3 deletions webAO/styles/chatbox/dgs.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
min-width: 20%;
color: #fff7de;
text-shadow: 0 0 4px #000;
border: 1px solid #a59252;
background-image: linear-gradient(#635529, #8c7d42);
border: 0.05em solid #9e9150;
background-image: linear-gradient(#625726, #87793f);
left: 4%;
top: 0;
border-radius: 3px;
Expand All @@ -88,7 +88,7 @@
margin: auto;
height: 80%;
border-image-source: url("dgs_chat_bg.png");
border-image-slice: 12 fill;
border-image-slice: 45 fill;
border-image-width: 0.8em;
border-width: 0.8em;
bottom: 0;
Expand Down
Binary file modified webAO/styles/chatbox/dgs_chat_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 19642ed

Please sign in to comment.