diff options
| author | sD <stoned@derpymail.org> | 2020-04-25 20:30:46 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-25 20:30:46 +0200 |
| commit | 34eea3590f4c4867091d54e1399bafd15abe1fac (patch) | |
| tree | 0cfca011b30075d35beda8bfac02a20d52be5b9f | |
| parent | 5fc8916902c5288257f2412eaf941003fbc2deec (diff) | |
fix colors on dgs theme
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 30f853d..5572321 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -3,11 +3,11 @@ } .text_blue { - color: #93bbe6; + color: #18d7ff; } .text_green { - color: #6ab057; + color: #84fb08; } .text_red { @@ -15,7 +15,7 @@ } .text_orange { - color: #cf714c; + color: #ff7118; } .text_yellow { @@ -45,6 +45,7 @@ left: 0; height: 35%; width: 100%; + transition-property: height, opacity; } #client_name { @@ -52,9 +53,11 @@ padding: 0px 6px; height: 20%; min-width: 10%; + color: #fff7de; + text-shadow: 0 0 4px #000; border: 1px solid #a59252; background-image: linear-gradient(#635529, #8c7d42); - left: 2%; + left: 0.5em; top: 0; border-radius: 3px; position: absolute; |
