diff options
| author | sD <stoned@derpymail.org> | 2020-04-25 21:04:00 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-25 21:04:00 +0200 |
| commit | a4c3cad6237a09839953dc71be6114a1e32822d5 (patch) | |
| tree | de2a18f8858e5b3e3a3ba9435873db0028668224 /webAO/styles | |
| parent | 3456f2fc9899ae1a45b384881df716276b3b24af (diff) | |
the name uses a different font
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 063d0f8..0530dff 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -39,7 +39,6 @@ } #client_chatcontainer { - font-family: 'Cabin Condensed', sans-serif; position: absolute; bottom: 0; left: 0; @@ -62,6 +61,7 @@ top: 0; border-radius: 3px; position: absolute; + font-family: "Times New Roman", serif; } #client_inner_name { @@ -87,6 +87,7 @@ text-align: left; overflow: hidden; scroll-behavior: smooth; + font-family: 'Cabin Condensed', sans-serif; } #client_chat p { |
